VMS Help  —  CRTL  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: explode extract
Arguments Description Return Values
Close Help