[compilers][libc] 在 minilibc 的 math.h 中增加 float_t 与 double_t 的定义
This commit is contained in:
parent
53fc84656b
commit
27222e9cd8
|
@ -14,4 +14,7 @@
|
|||
double sin(double x);
|
||||
double cos(double x);
|
||||
|
||||
typedef float float_t;
|
||||
typedef double double_t;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue