ref: 0d7123e496c1964cb5304e0eca7333a965661df7 dir: /sys/src/ape/lib/ap/gen/abort.c/
#include <sys/types.h> #include <unistd.h> #include <signal.h> _Noreturn void abort(void) { kill(getpid(), SIGABRT); }