DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

raise(S)


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), sigaction(S), sigset(S)

Standards conformance

raise is conformant with:

ANSI X3.159-1989 Programming Language -- C .


© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003