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