SPRAAK
|
Detect byte order, and swap bytes in 2, 4 and 8 byte data structures. More...
Functions | |
void * | spr_endian_swap2 (void *dst, const void *src, ssize_t vlen) |
void * | spr_endian_swap4 (void *dst, const void *src, ssize_t vlen) |
void * | spr_endian_swap8 (void *dst, const void *src, ssize_t vlen) |
void * | spr_endian_swap (void *restrict ptr, const SprDT *datafmt, ssize_t vlen) |
Reverse the byte order of the elements in the given array. More... | |
Detect byte order, and swap bytes in 2, 4 and 8 byte data structures.