extern _CLibFunc void _abort(char const * const msg);
extern _CLibFunc void _c_exit(void);
extern _CLibFunc void _cexit(void);
extern _CLibFunc void _exit(const int exitcode);
extern _CLibFunc void abort(void);
extern _CLibFunc int atexit(atexit_t fct);
extern _CLibFunc void exit(const int exitcode);
extern _CLibFunc void sleep(int seconds);
