PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ dump_toupper()

static char dump_toupper ( int  in)
static

Definition at line 138 of file g_util.c.

139 {
140  if ( in < 0 || in > 127 )
141  return '.';
142  return dumb_upper_map[in];
143 }
const char dumb_upper_map[128]
Definition: g_util.c:136

References dumb_upper_map.

Referenced by geometry_type_from_string().

Here is the caller graph for this function: