Module libc

"FFI" interfaces to libc.

Target-specific interfaces are in submodules of this module and they are conditionally *-imported, so e.g. libc::pause() can be used instead of libc::x86_64_unknown_linux_gnu::pause() and it will select the appropriate target.

Mostly copied/adapted from Rust's libc crate.

Modules

Functions

Types