PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

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

306 {
307  memset(cu_error_msg, '\0', MAX_CUNIT_ERROR_LENGTH);
308 }
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
#define MAX_CUNIT_ERROR_LENGTH