-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_SwapFromBE32
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the native representation of a big-endian 32-bit integer.
uint32_t MTY_SwapFromBE32(
uint32_t value
);
value
(uint32_t
)
Big-endian value to swap.
uint32_t
Native representation of a big-endian 32-bit integer.