Copyright Digital Equipment Corp. All rights reserved.
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, . . . );
Arguments Description Return_Values