Reverses the byte order of a 32‐bit value.
Synopsis
Declared in <compat/byteswap.h>
constexpr
uint32_t
internal_bswap_32(uint32_t x);
Return Value
The value with its byte order reversed.
Parameters
Name |
Description |
x |
The value whose four bytes are swapped. |
Created with MrDocs