提交 a5f51e40 编写于 作者: B bernard.xiong

add malloc related definition to rt_malloc.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@89 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 939eaa33
......@@ -19,4 +19,9 @@
int atoi(const char *nptr);
#endif
#define malloc rt_malloc
#define free rt_free
#define realloc rt_realloc
#define calloc rt_calloc
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册