Format: AllC/C++CSSTextshell script Advanced Search
24: #endif 25: uint64_t bswap64(uint64_t) __attribute__((__const__)); 26: __END_DECLS 65: 66: #define bswap64(x) \ 67: (__builtin_constant_p((x)) ? \