Added atexit() to stdlib.g

This commit is contained in:
Max Wash
2021-01-16 21:30:06 +00:00
parent 7eb621e409
commit 19f3a89e31

View File

@@ -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" */