libc 0.2.5

A library for types and bindings to native C functions often found in libc or other common platform libraries.
Documentation
1
2
3
#![crate_type = "lib"]

pub fn foo() {}