qiuyiuestc ce9eba9e53 add minilibc files for gcc compiler
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@377 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-06 14:58:17 +00:00

13 lines
207 B
C

#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
}