add atol and isspace to minilibc.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2218 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com
2012-07-12 22:42:06 +00:00
parent ae3c1800d4
commit 70cee4b82e
4 changed files with 36 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#if !defined (RT_USING_NEWLIB) && defined (RT_USING_MINILIBC)
int atoi(const char *nptr);
long int atol(const char *nptr);
int rand(void);
int rand_r(unsigned int *seed);