PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

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

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