Skip to content

MTY_Swap64

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the bytes of a 64-bit integer in reverse order.

uint64_t MTY_Swap64(
    uint64_t value
);

Parameters

value (uint64_t)

Value to swap.

Return value

uint64_t

Bytes of a 64-bit integer in reverse order.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally