Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ raise(3C) — sys5 — Apollo Domain/OS SR10.3.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

signal(2)

RAISE(3C)                            SysV                            RAISE(3C)



NAME
     raise - send a signal

SYNOPSIS
     #include <signal.h>

     int raise(sig)
     int sig;

DESCRIPTION
     The raise function sends the signal specified by sig to the executing
     program.  See signal(2) for a complete list of signal numbers.

SEE ALSO
     signal(2).

DIAGNOSTICS
     raise returns zero if successful, non-zero if unsuccessful.

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