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