PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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}
#define str(s)

References str.

Referenced by main().

Here is the caller graph for this function: