![]() -> Click here to learn how to get live help <- |
RAISEIndexNAMEraise - send a signal to the current processSYNOPSIS#include <signal.h> int raise(int sig); DESCRIPTIONThe raise() function sends a signal to the current process. It is equivalent to
RETURN VALUE0 on success, nonzero for failure.CONFORMING TOANSI-CSEE ALSOkill(2), signal(2), getpid(2)
Index |