PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

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

302 {
303  memset(cu_error_msg, '\0', MAX_CUNIT_ERROR_LENGTH);
304 }
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
#define MAX_CUNIT_ERROR_LENGTH