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