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

◆ read_uint8()

uint8_t read_uint8 ( const uint8_t **  from)

Definition at line 198 of file rt_serialize.c.

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

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

Here is the caller graph for this function: