PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ test_wkt_in_circularstring()

static void test_wkt_in_circularstring ( void  )
static

Definition at line 269 of file cu_in_wkt.c.

270{
271 s = "CIRCULARSTRING(0 0,0 1,1 1,0 1,2 2)";
273 //printf("\nIN: %s\nOUT: %s\n",s,r);
275 lwfree(r);
276}
char * s
Definition cu_in_wkt.c:23
char * r
Definition cu_in_wkt.c:24
static char * cu_wkt_in(char *wkt, uint8_t variant)
Definition cu_in_wkt.c:50
#define ASSERT_STRING_EQUAL(o, e)
#define WKT_SFSQL
Definition liblwgeom.h:2220
void lwfree(void *mem)
Definition lwutil.c:248

References ASSERT_STRING_EQUAL, cu_wkt_in(), lwfree(), r, s, and WKT_SFSQL.

Referenced by wkt_in_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: