add float_t and double_t to math.h

This commit is contained in:
Rich Felker
2012-02-15 21:47:55 -05:00
parent 88d84b7cc8
commit 414a4cdebc
4 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,8 @@
extern "C" {
#endif
#define __NEED_float_t
#define __NEED_double_t
#define __NEED___uint16_t
#define __NEED___uint32_t
#define __NEED___uint64_t