RAISE
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO
raise - send a signal to the current process
#include sig);
The raise function sends a signal to the current process. It is equivalent to
kill(getpid(),sig)
0 on success, nonzero for failure.
ANSI-C
6 pages link to raise(3):