float: Add crate for float.h
Add a crate with stubbed functions for the float.h header.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef _BITS_FLOAT_H
|
||||
#define _BITS_FLOAT_H
|
||||
|
||||
#define FLT_ROUNDS (flt_rounds())
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user