Skip to main content

le64toh

Function le64toh 

Source
#[unsafe(no_mangle)]
pub extern "C" fn le64toh(x: uint64_t) -> uint64_t
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/be16toh.html.

Convert a uint64_t from little endian representation to host endian respresentation.