#include #include #include int main(int argc, char ** argv){ if(kill(atoi(argv[1]), 2)){ perror("kill"); return 1; } return 0; }