Added atexit() to stdlib.g
This commit is contained in:
@@ -25,6 +25,7 @@ extern float strtof(const char *str, char **endptr);
|
||||
extern double strtod(const char *str, char **endptr);
|
||||
|
||||
extern char *getenv(const char *name);
|
||||
extern int atexit(void(*fn)(void));
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" */
|
||||
|
||||
Reference in New Issue
Block a user