C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
signal
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <signal.h>
 
  Syntax:    void( __cdecl *signal( int sig, void( __cdecl *func )
                   ( int sig [, int subcode ] )))( int sig );
             sig: SIGABRT, SIGILL, SIGSEGV, SIGFPE, SIGINT, SIGTERM
 
  Returns:   the previous value of <func> if successful, or SIG_ERR
             if not.
 
  See also:  raise, abort, _fpreset, _harderr
                                    -♦-