C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
raise
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <signal.h>
 
  Syntax:    int raise( int sig );
             sig: SIGABRT, SIGILL, SIGSEGV, SIGFPE, SIGINT, SIGTERM
 
  Returns:   0 if successful, or a nonzero value if not.
 
  See also:  signal, abort
                                    -♦-