PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_sort()

void stringlist_sort ( stringlist_t s)

Definition at line 123 of file stringlist.c.

124 {
125  qsort(s->data, s->length, sizeof(char*), stringlist_cmp);
126 }
char * s
Definition: cu_in_wkt.c:23
static int stringlist_cmp(const void *a, const void *b)
Definition: stringlist.c:84

References s, and stringlist_cmp().

Referenced by rt_pg_vsi_load_all_options(), stringlist_add_string_internal(), and test_stringlist().

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