PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

Definition at line 296 of file liblwgeom/cunit/cu_tester.c.

297 {
298  memset(cu_error_msg, '\0', MAX_CUNIT_ERROR_LENGTH);
299 }
#define MAX_CUNIT_ERROR_LENGTH
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]