Fix warnings and add c_str

This commit is contained in:
Jeremy Soller
2018-08-26 15:15:29 -06:00
parent 6418f893e4
commit 7ab700315d
30 changed files with 1254 additions and 39 deletions
-1
View File
@@ -2,7 +2,6 @@
//! http://pubs.opengroup.org/onlinepubs/7908799/xsh/float.h.html
use header::fenv::{fegetround, FE_TONEAREST};
use platform;
use platform::types::*;
pub const FLT_RADIX: c_int = 2;