#include <signal.h> int raise( int signal );
The raise() function sends the specified signal to the program. Some signals:
The return value is zero upon success, nonzero on failure.