/* I think ANSI wants this. It's useful, at any rate. -- ERS */ #include int raise(sig) int sig; { return kill(getpid(), sig); }