return __builtin_bswap32(in);. } static inline uint64_t be64toh(uint64_t in). {. return __builtin_bswap64(in);. } #define htobe16 be16toh.
確定! 回上一頁