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