PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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.