Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ abort(3f) — Ultrix FORTRAN 1.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(1)

abort(3)

abort(3f)  —  RISC

NAME

abort − terminate Fortran program

SYNTAX

call abort ( )

DESCRIPTION

The abort function terminates the program that calls it, closing all open files and truncating them to the current position of the file pointer. The abort usually results in a core cump.

DIAGNOSTICS

When invoked, abort prints the following message to stderr:

"Fortran abort routine called"

If a core dump results, the shell prints the the following message:

"abort - core dumped"

SEE ALSO

sh(1), abort(3)
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026