PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ read_uint8()

uint8_t read_uint8 ( const uint8_t **  from)

Definition at line 197 of file rt_serialize.c.

Referenced by read_int8(), rt_band_from_wkb(), and rt_raster_deserialize().

197  {
198  assert(NULL != from);
199 
200  return *(*from)++;
201 }
Here is the caller graph for this function: