__builtin_bswap64 (y); #else return x != y; #endif } int test3ll(long long x) { #if __SIZEOF_LONG_LONG__ == 8 return __builtin_bswap64(x) == 12345; ...
確定! 回上一頁