rlibcex

A partner to rlibc, with extra libc functions for freestanding Rust projects.

Usage

Add this to your Cargo.toml:

toml [dependencies] rlibcex = "0.1"

And this to your crate root:

rust extern crate rlibcex;