|
Manpages RAISESection: Linux Programmer's Manual (3 )Updated: 1995-08-31 Index Return to Main Contents NAMEraise - 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)
IndexThis document was created by man2html, using the manual pages. Time: 12:06:03 GMT, March 14, 2026 |