Convert values between host and big-/little-endian byte order. More...
#include <stdint.h>Macros | |
| #define | be32toh(big_endian_32bits) |
| Transform big endian uint32_t to host uint32_t. More... | |
| #define | htobe32(host_32bits) |
| Transform host uint32_t to big endian uint32_t. More... | |
Convert values between host and big-/little-endian byte order.
| #define be32toh | ( | big_endian_32bits | ) |
Transform big endian uint32_t to host uint32_t.
| #define htobe32 | ( | host_32bits | ) |
Transform host uint32_t to big endian uint32_t.