PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
strtolower()
void strtolower
(
char *
s
)
Definition at line
742
of file
shp2pgsql-core.c
.
Referenced by
main()
, and
ShpLoaderOpenShape()
.
743
{
744
int
j;
745
746
for
(j = 0; j < strlen(
s
); j++)
747
s
[j] = tolower(
s
[j]);
748
}
s
char * s
Definition:
cu_in_wkt.c:23
Here is the caller graph for this function:
loader
shp2pgsql-core.h
Generated by
1.8.13