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