Changeset 3b814c3a in mainline for uspace/lib/c/include/float.h
- Timestamp:
- 2018-08-30T19:12:03Z (7 years ago)
- Children:
- bbdca54
- Parents:
- ace1bca4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/float.h
race1bca4 r3b814c3a 32 32 // FIXME: <float.h> is freestanding. Just include the compiler-provided file. 33 33 34 #define FLT_MIN __FLT_MIN__ 35 #define FLT_DENORM_MIN __FLT_DENORM_MIN__ 36 #define FLT_EPSILON __FLT_EPSILON__ 37 34 38 #define FLT_MANT_DIG __FLT_MANT_DIG__ 35 39 #define DBL_MANT_DIG __DBL_MANT_DIG__
Note:
See TracChangeset
for help on using the changeset viewer.