simulator prototype for exit()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6006 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd8d576e1a
commit
593510549f
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ int rand(void);
|
||||||
|
|
||||||
#define abs(x) ((x)>0?(x):-(x))
|
#define abs(x) ((x)>0?(x):-(x))
|
||||||
|
|
||||||
|
#ifdef SIMULATOR
|
||||||
|
void exit(int status);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue