libc 0.2.186

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
//! DragonFly BSD libc.
//!
//! * Headers: <https://github.com/DragonFlyBSD/DragonFlyBSD>
//! * Manual pages: <https://leaf.dragonflybsd.org/cgi/web-man>

pub(crate) mod unistd;