26.4 __builtin_bswap64 Built-in Function
Returns its argument with the order of its bytes reversed. A byte here always means exactly 8 bits.
Prototype
uint64_t __builtin_bswap64 (uint64_t x)
Argument
x: the value whose bytes are to be swapped
Return Value
The byte-swapped value
Error Messages
None.
