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

◆ strtolower()

void strtolower ( char *  s)

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

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

References s.

Referenced by main(), and ShpLoaderOpenShape().

Here is the caller graph for this function: