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

◆ dumb_toupper()

static char dumb_toupper ( int  in)
static

Definition at line 470 of file lwutil.c.

471{
472 if ( in < 0 || in > 127 )
473 return '.';
474 return dumb_upper_map[in];
475}
const char dumb_upper_map[128]
Definition lwutil.c:468

References dumb_upper_map.

Referenced by geometry_type_from_string().

Here is the caller graph for this function: