added license
[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_ */