float: Add crate for float.h

Add a crate with stubbed functions for the float.h header.
This commit is contained in:
Dan Robertson
2018-03-10 21:10:24 +00:00
parent f29e6b00d7
commit 3699b53ba2
7 changed files with 64 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _BITS_FLOAT_H
#define _BITS_FLOAT_H
#define FLT_ROUNDS (flt_rounds())
#endif