PostGIS  3.4.0dev-r@@SVN_REVISION@@

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

Here is the caller graph for this function: