Skip to content

MTY_SwapFromBE32

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the native representation of a big-endian 32-bit integer.

uint32_t MTY_SwapFromBE32(
    uint32_t value
);

Parameters

value (uint32_t)

Big-endian value to swap.

Return value

uint32_t

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

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally