Copyright Digital Equipment Corp. All rights reserved.

ssignal

   Allows you to specify the action to take when a particular signal
   is raised.

   Format

     #include  <signal.h>

     void  (*ssignal (int sig, void (*func) (int, . . . )))   
           (int, . . . );
 


Additional information available:

Arguments       Description     Return_Values