[go: up one dir, main page]

libc 0.2.178

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
//! IBM AIX libc.
//!
//! * Headers are not public
//! * Manual pages: <https://www.ibm.com/docs/en/aix> (under "Technical reference" for that version)

pub(crate) mod unistd;