signal(3F)
NAME
signal − specify Fortran action upon receipt of a system signal
SYNOPSIS
integer i, intfnc
external intfnc
call signal(i, intfnc)
DESCRIPTION
signal allows a process to specify a function to be invoked upon receipt of a specific signal. The first argument i specifies which fault or exception; the second argument intfnc the specific function to be invoked.
SEE ALSO
kill(2), signal(2), csignal(3F).
NOTES
When compiling source with the -Qocs option, this routine is not accessible because it takes a procedure argument, which is passed differently under the 88Open OCS standard.
CX/UX Hf77 Fortran Reference Manual