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
}
s
char * s
Definition:
cu_in_wkt.c:23
References
s
.
Referenced by
ShpLoaderOpenShape()
.
Here is the caller graph for this function:
loader
shp2pgsql-core.c
Generated by
1.9.1