PostGIS  3.7.0dev-r@@SVN_REVISION@@

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

Here is the caller graph for this function: