0b44a031
0c05bd3a
1 2 3
4
5 6 7
#include <unistd.h> #include <stdlib.h> _Noreturn void _exit(int status) { _Exit(status); }