abort(3F) 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. SEE ALSO abort(3C). April, 1990 1