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