Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ raise(S) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sigaction(S)

signal(S)

sigset(S)


 raise(S)                       6 January 1993                       raise(S)


 Name

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

 Standards conformance

    raise is conformant with:
    ANSI X3.159-1989 Programming Language -- C.


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026