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

◆ flip_endian_16()

void flip_endian_16 ( uint8_t *  d)

Definition at line 165 of file rt_serialize.c.

165 {
166 assert(NULL != d);
167
168 swap_char(d, d + 1);
169}
void swap_char(uint8_t *a, uint8_t *b)

References swap_char().

Referenced by rt_band_from_wkb().

Here is the call graph for this function:
Here is the caller graph for this function: