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:
parent
5b1e86c35f
commit
2843469876
27 changed files with 9 additions and 52 deletions
|
@ -41,6 +41,8 @@ int rand(void);
|
|||
#ifdef SIMULATOR
|
||||
void exit(int status);
|
||||
#endif
|
||||
|
||||
int atoi (const char *str);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue