|
VMS Help CRTL, signal *Conan The Librarian |
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 (explode) :
|
|