le32toh
#define le32toh(x) ((uint32_t)(x))
#define le32toh(x) bswap32((x))
#define le32toh(x) ((uint32_t)(x))
le32toh(uint32_t in)
le32toh(uint32_t in)
le32toh(uint32_t in)
le32toh(uint32_t in)
#define le32toh LE_32
#define le32toh(x) LE_32(x)