PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ cu_error_msg_reset()

void cu_error_msg_reset ( void  )

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

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