Format: AllC/C++CSSTextshell script Advanced Search
199: #define letoh16(x) ((__uint16_t)(x)) 200: #define letoh32(x) ((__uint32_t)(x)) 201: #define letoh64(x) ((__uint64_t)(x))