blob: dfd190ebc123f7ad7e2e3d8c1054660bcb254795 [file] [log] [blame] [raw]
#include <stdio.h>
#include <unistd.h>
void abort() {
puts("Aborted");
_exit(134);
}