raise(3c) DG/UX 4.30 raise(3c)
NAME
raise - send a signal
SYNOPSIS
#include <signal.h>
int raise(int sig);
DESCRIPTION
Raise sends the signal sig to the executing program.
DIAGNOSTIC
Raise returns zero if successful, otherwise nonzero.
SEE ALSO
signal(2).
Licensed material--property of copyright holder(s) Page 1