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

◆ dumb_toupper()

static char dumb_toupper ( int  in)
static

Definition at line 464 of file lwutil.c.

465{
466 if ( in < 0 || in > 127 )
467 return '.';
468 return dumb_upper_map[in];
469}
const char dumb_upper_map[128]
Definition lwutil.c:462

References dumb_upper_map.

Referenced by geometry_type_from_string().

Here is the caller graph for this function: