SIGNAL(3F) SysV SIGNAL(3F)
NAME
signal - specify FORTRAN action on receipt of a system signal
SYNOPSIS
integer i, intfc
external intfc
call signal(i, intfc)
DESCRIPTION
The argument i specifies the signal to be caught. signal allows a
process to specify a function to be invoked upon receipt of a specific
signal. The first argument specifies which fault or exception. The
second argument specifies the function to be invoked.
NOTE: The interrupt processing function, intfc, does not take an
argument.
SEE ALSO
kill(2), signal(2).