PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

Definition at line 207 of file raster/test/cunit/cu_tester.c.

207  {
208  memset(cu_error_msg, '\0', MAX_CUNIT_MSG_LENGTH);
209 }
#define MAX_CUNIT_MSG_LENGTH
char cu_error_msg[MAX_CUNIT_MSG_LENGTH+1]

References cu_error_msg, and MAX_CUNIT_MSG_LENGTH.