#include #include _Noreturn void _exit(int status) { _Exit(status); }