PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

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

References cu_error_msg, MAX_CUNIT_ERROR_LENGTH, and MAX_CUNIT_MSG_LENGTH.

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