Table of Contentsraise - send a signal. #include <signal.h>
int raise (int sig); raise() sends a signal to the current process. It is equivalent to kill(getpid(),sig) Zero for success, nonzero for failure. ANSI - C kill(2), signal(2), getpid(2)
Table of Contents
www.fiveanddime.net