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

update export symbols

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1217 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 a1225b1e
......@@ -170,8 +170,10 @@ RTM_EXPORT(__aeabi_idiv)
RTM_EXPORT(__aeabi_uidivmod)
RTM_EXPORT(__aeabi_d2iz)
RTM_EXPORT(strcmp)
RTM_EXPORT(strlen)
RTM_EXPORT(rand)
RTM_EXPORT(memset)
RTM_EXPORT(memcpy)
#ifdef RT_USING_NEWLIB
......@@ -181,6 +183,10 @@ RTM_EXPORT(snprintf)
RTM_EXPORT(access)
RTM_EXPORT(__assert_func)
#include <time.h>
RTM_EXPORT(localtime)
RTM_EXPORT(time)
#endif
#ifdef RT_USING_RTGUI
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册