Skip to content

MTY_SwapFromBE64

chrisd1100 edited this page Aug 25, 2022 · 1 revision

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

uint64_t MTY_SwapFromBE64(
    uint64_t value
);

Parameters

value (uint64_t)

Big-endian value to swap.

Return value

uint64_t

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

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally