Function rustix::process::prctl::endian_mode

source ·
pub fn endian_mode() -> Result<EndianMode>
Expand description

Get the endianness of the calling process.

§References