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

◆ read_uint8()

uint8_t read_uint8 ( const uint8_t **  from)

Definition at line 197 of file rt_serialize.c.

197 {
198 assert(NULL != from);
199
200 return *(*from)++;
201}

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

Here is the caller graph for this function: