-#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8). -#define __bswap32_gen(x) \ ... +#define __bswap64(x) __builtin_bswap64(x).
確定! 回上一頁