RAISE(S) UNIX System V RAISE(S)
Name
raise - send signal sig to execution program
Syntax
#include <signal.h>
int raise(int sig);
Description
The raise function sends the signal sig to the execution
program.
Return Value
The raise function returns a zero if successful, nonzero if
unsuccessful.
See Also
signal(S), sigset(S)
Standards Conformance
raise is conformant with:
ANSI X3.159-198X C Language Draft Standard, May 13, 1988.
(printed 6/20/89)