Definition at line 20 of file cu_force_sfs.c.
21{
23 char *tmp;
24
28 if (strcmp(tmp, out))
29 fprintf(stderr, "\nIn: %s\nOut: %s\nExp: %s\n",
30 in, tmp, out);
34}
#define ASSERT_STRING_EQUAL(o, e)
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
LWGEOM * lwgeom_force_sfs(LWGEOM *geom, int version)
char * lwgeom_to_ewkt(const LWGEOM *lwgeom)
Return an allocated string.
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
References ASSERT_STRING_EQUAL, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_force_sfs(), lwgeom_free(), lwgeom_from_wkt(), and lwgeom_to_ewkt().
Referenced by test_sfs_11(), and test_sfs_12().