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