#include // for kill, raise #include // for getpid int raise(int sig) { return kill(getpid(), sig); }