974e00e44cb9d9121d92d5c94845065cc5c2bd7a
[rpikern] / src / libc / float.h
1 #ifndef FLOAT_H_
2 #define FLOAT_H_
3
4 #define FLT_MIN __FLT_MIN__
5 #define FLT_MAX __FLT_MAX__
6
7 #endif  /* FLOAT_H_ */