blob: 44141af1f8d00a2c4972958d75434efb96142b10 [file] [log] [blame]
#include <unistd.h>
#include <stdlib.h>
void exit(int status) {
_exit(status);
}