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