提交 ce9eba9e 编写于 作者: qiuyiuestc's avatar qiuyiuestc

add minilibc files for gcc compiler

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@377 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 5678d65e
#include <math.h>
/* Fix me */
double sin(double x)
{
#warning sin function not supported for this platform
}
double cos(double x)
{
#warning cos function not supported for this platform
}
#ifndef __STDIO_H__
#define __STDIO_H__
#endif
#ifndef __STDIO_H__
#define __STDIO_H__
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册