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

◆ stringlist_get()

const char * stringlist_get ( stringlist_t s,
size_t  i 
)
extern

Definition at line 143 of file stringlist.c.

144{
145 if (i < s->length)
146 return s->data[i];
147 return NULL;
148}
char * s
Definition cu_in_wkt.c:23

References s.

Referenced by test_stringlist().

Here is the caller graph for this function: