ABORT(3F-BSD) RISC/os Reference Manual ABORT(3F-BSD)
NAME
abort - terminate Fortran program
SYNOPSIS
call abort ( )
DESCRIPTION
abort terminates the program that calls it, closing all open
files truncated to the current position of the file pointer.
The abort usually results in a core cump.
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 User's Reference Manual.
MIPS Computer Systems Printed 1/15/91 Page 1