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

◆ swap_char()

void swap_char ( uint8_t *  a,
uint8_t *  b 
)

Definition at line 155 of file rt_serialize.c.

155 {
156 uint8_t c = 0;
157
158 assert(NULL != a && NULL != b);
159
160 c = *a;
161 *a = *b;
162 *b = c;
163}

Referenced by flip_endian_16(), flip_endian_32(), and flip_endian_64().

Here is the caller graph for this function: