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