Skip to main content

htole32

Function htole32 

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

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

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