-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_Swap32
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the bytes of a 32-bit integer in reverse order.
uint32_t MTY_Swap32(
uint32_t value
);
value
(uint32_t
)
Value to swap.
uint32_t
Bytes of a 32-bit integer in reverse order.