Fixing this to work as a Rust 2018 library following the new idioms.

This commit is contained in:
2019-01-21 21:01:58 -05:00
parent 1a3a5a26e3
commit eb9f0628ab
4 changed files with 1 additions and 7 deletions

View File

@ -1,12 +0,0 @@
//! Handle defining the external functions from what ever C library is
//! being linked against. These will use the C99 definitions so that
//! this library is as up-to-date as it can be.
pub mod errno;
pub mod math;
pub mod stddef;
pub mod stdlib;
pub mod stdio;
pub mod string;
pub mod time;