Definition at line 139 of file cu_in_wkb.c.
141 cu_wkb_in(
"SRID=4;POLYGON((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0))");
144 cu_wkb_in(
"SRID=14;POLYGON((0 0 0 1,0 1 0 2,1 1 0 3,1 0 0 4,0 0 0 5))");
147 cu_wkb_in(
"SRID=4;POLYGON((0 0 0 1,0 1 0 2,1 1 0 3,1 0 0 4,0 0 0 5))");
static void cu_wkb_in(char *wkt)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_wkb_in(), hex_a, and hex_b.
Referenced by wkb_in_suite_setup().