PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_get()

const char* stringlist_get ( stringlist_t s,
size_t  i 
)

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: