Copyright Digital Equipment Corp. All rights reserved.

signal

   Allows you to specify the way in which the signal sig is to be
   handled: use the default handling for the signal, ignore the
   signal, or call the signal handler at the address specified.

   Format

     #include  <signal.h>

     void  (*signal (int sig, void (*func) (int))) (int);
 


Additional information available:

Arguments       Description     Return_Values