libc 1.0.0-alpha.4

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
//! VxWorks libc.
//!
//! VxWorks allows compiling different types of programs. The `libc` crate only
//! supports RTPs. Refer to the RTP definitions in case of discrepancy.
// FIXME(vxworks): link to headers needed.

pub(crate) mod unistd;