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

◆ strtolower()

void strtolower ( char *  s)

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

749{
750 size_t j;
751
752 for (j = 0; j < strlen(s); j++)
753 s[j] = tolower(s[j]);
754}
char * s
Definition cu_in_wkt.c:23

References s.

Referenced by main(), and ShpLoaderOpenShape().

Here is the caller graph for this function: