#include void abort(void) { kill(getpid(), SIGABRT); }