PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_cmp()

static int stringlist_cmp ( const void *  a,
const void *  b 
)
static

Definition at line 84 of file stringlist.c.

85 {
86  const char **ia = (const char **)a;
87  const char **ib = (const char **)b;
88  return strcmp(*ia, *ib);
89 }

Referenced by stringlist_find(), and stringlist_sort().

Here is the caller graph for this function: