[#htole16_internal] = htole16_internal :mrdocs: Converts a 16‐bit value from host byte order to little‐endian byte order. == Synopsis Declared in `<compat/endian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint16_t htole16_internal(uint16_t host_16bits); ---- == Return Value The value in little‐endian byte order. == Parameters [cols="1,4"] |=== | Name| Description | *host_16bits* | The value in host byte order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#