Skip to main content

le16toh

Function le16toh 

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

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

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