提交 27222e9c 编写于 作者: Nameless-Y's avatar Nameless-Y

[compilers][libc] 在 minilibc 的 math.h 中增加 float_t 与 double_t 的定义

上级 53fc8465
......@@ -14,4 +14,7 @@
double sin(double x);
double cos(double x);
typedef float float_t;
typedef double double_t;
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册