PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
strtolower()
static char* strtolower
(
char *
str
)
static
Definition at line
198
of file
raster2pgsql.c
.
198
{
199
int
j;
200
201
for
(j = strlen(
str
) - 1; j >= 0; j--)
202
str
[j] = tolower(
str
[j]);
203
204
return
str
;
205
}
str
#define str(s)
Definition:
raster2pgsql.c:34
References
str
.
raster
loader
raster2pgsql.c
Generated by
1.9.1