raise(S-osr5)
raise --
send signal to the execution program
Syntax
cc . . . -lc
#include <signal.h>
int raise (sig);
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
sigaction(S-osr5),
sigaction(S-osr5),
sigset(S-osr5)
Standards conformance
raise is conformant with:
ANSI X3.159-1989 Programming Language -- C
.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005