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

◆ flip_endian_16()

void flip_endian_16 ( uint8_t *  d)

Definition at line 166 of file rt_serialize.c.

166 {
167 assert(NULL != d);
168
169 swap_char(d, d + 1);
170}
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: