1 2 3 4 5 6 7 8
/* ISC license. */ #include <signal.h> int main (void) { return kill(-1, SIGKILL) < 0 ; }