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