le16toh
#define le16toh(x) ((uint16_t)(x))
#define le16toh(x) bswap16((x))
#define le16toh(x) ((uint16_t)(x))
le16toh(uint16_t in)
le16toh(uint16_t in)
le16toh(uint16_t in)
le16toh(uint16_t in)
#define le16toh LE_16
#define le16toh(x) LE_16(x)