Skip to content

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
);

Parameters

value (uint16_t)

Big-endian value to swap.

Return value

uint16_t

Native representation of a big-endian 16-bit integer.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally