mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 09:19:16 +00:00
Update libc
This commit is contained in:
@ -8,6 +8,9 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#define EXIT_FAILURE 1
|
||||
#define EXIT_SUCCESS 0
|
||||
|
||||
void abort(void);
|
||||
int atexit(void (*function)(void));
|
||||
void exit(int status);
|
||||
@ -22,6 +25,8 @@ extern "C"
|
||||
|
||||
double atof(const char *nptr);
|
||||
|
||||
extern void perror(const char *__s);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user