libc 0.2.43

A library for types and bindings to native C functions often found in libc or other common platform libraries.
Documentation
1
2
3
4
// Thestyle checker discourages the use of #[cfg], so this has to go into a
// separate module
pub type pthread_t = ::c_ulong;