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

◆ cu_strtolower()

static void cu_strtolower ( char *  str)
static

Definition at line 70 of file cu_in_wkt.c.

71{
72 size_t i;
73 for (i = 0; i < strlen(str); ++i) {
74 str[i] = tolower(str[i]);
75 }
76}
#define str(s)

References str.

Referenced by test_wkt_in_point().

Here is the caller graph for this function: