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