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