PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
cu_strtolower()
static void cu_strtolower
(
char *
str
)
static
Definition at line
70
of file
cu_in_wkt.c
.
71
{
72
size_t
i;
73
for
(i = 0; i < strlen(
str
); ++i) {
74
str
[i] = tolower(
str
[i]);
75
}
76
}
str
#define str(s)
Definition:
lwgeom_functions_basic.c:44
References
str
.
Referenced by
test_wkt_in_point()
.
Here is the caller graph for this function:
liblwgeom
cunit
cu_in_wkt.c
Generated by
1.9.1