1
0
Fork 0
forked from len0rd/rockbox

Moved atoi declaration to stdlib.h. Deleted atoi.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-04-28 16:18:04 +00:00
parent 5b1e86c35f
commit 2843469876
27 changed files with 9 additions and 52 deletions

View file

@ -41,6 +41,8 @@ int rand(void);
#ifdef SIMULATOR
void exit(int status);
#endif
int atoi (const char *str);
#ifdef __cplusplus
}