#include <signal.h> int raise(int sig);
This function raises the given signal sig. See section signal.
0 on success, -1 for illegal value of sig.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.