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

◆ strtolower()

void strtolower ( char *  s)

Definition at line 744 of file shp2pgsql-core.c.

745{
746 size_t j;
747
748 for (j = 0; j < strlen(s); j++)
749 s[j] = tolower(s[j]);
750}
char * s
Definition cu_in_wkt.c:23

References s.

Referenced by main(), and ShpLoaderOpenShape().

Here is the caller graph for this function: