ref: e6634fbd0c3e091d6db26c4290d6b31e1e7a36e7 dir: /sys/src/ape/lib/ap/gen/abort.c/
#include <sys/types.h> #include <unistd.h> #include <signal.h> void abort(void) { kill(getpid(), SIGABRT); }