Details | Last modification | View Log | RSS feed
#include <sys/types.h>
#include <unistd.h>
#include <signal.h>
void
abort(void)
{
kill(getpid(), SIGABRT);
}