3699b53ba2
Add a crate with stubbed functions for the float.h header.
7 lines
87 B
C
7 lines
87 B
C
#ifndef _BITS_FLOAT_H
|
|
#define _BITS_FLOAT_H
|
|
|
|
#define FLT_ROUNDS (flt_rounds())
|
|
|
|
#endif
|