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