mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
Add prototype for _Exit() function from C99.
This commit is contained in:
parent
3352e874dd
commit
e8d89c9b39
@ -48,6 +48,7 @@ void *calloc(size_t, size_t);
|
||||
div_t div(int, int);
|
||||
void exit(int);
|
||||
void _exit(int);
|
||||
void _Exit(int);
|
||||
void free(void *);
|
||||
char *getenv(const char *);
|
||||
long labs(long);
|
||||
|
Loading…
Reference in New Issue
Block a user