PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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 ShpLoaderOpenShape().

Here is the caller graph for this function: