mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[compilers][libc] 在 minilibc 的 math.h 中增加 float_t 与 double_t 的定义
This commit is contained in:
@@ -14,4 +14,7 @@
|
||||
double sin(double x);
|
||||
double cos(double x);
|
||||
|
||||
typedef float float_t;
|
||||
typedef double double_t;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user