ABORT(3F) SysV ABORT(3F)
NAME
abort - terminate FORTRAN program
SYNOPSIS
call abort ( )
DESCRIPTION
abort terminates the program which calls it, closing all open files
truncated to the current position of the file pointer.
DIAGNOSTICS
When invoked, abort prints "Fortran abort routine called" on the standard
error output. The shell prints the message "abort - core dumped" if a
core dump results.
SEE ALSO
abort(3C).
sh(1) in the SysV Command Reference.