ref: 8ff72ce20ddeaa6fce39bc722cfd0e2d826fc6eb 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); }