rlibcex A partner to rlibc, with extra libc functions for freestanding Rust projects. Usage Add this to your Cargo.toml: [dependencies] rlibcex = "0.1" And this to your crate root: extern crate rlibcex;