Next: CRC Builtins, Previous: Bit Operation Builtins, Up: Numeric Builtins [Contents][Index]
Returns x with the order of the bytes reversed; for example, 0xabcd becomes 0xcdab. Byte here always means exactly 8 bits.
Similar to __builtin_bswap16, except the argument and return types are 32-bit.