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