1ABORT(3F)                                                            ABORT(3F)
2
3
4

NAME

6       abort - abnormal termination
7

SYNOPSIS

9       subroutine abort (string)
10       character*(*) string
11

DESCRIPTION

13       Abort  cleans  up  the  I/O  buffers and then terminates execution.  If
14       string  is  given,  it  is  written  to  logical  unit  0  preceded  by
15       ``abort:''.
16
17       If  the  −g flag was specified during loading, then execution is termi‐
18       nated by calling abort (3) which aborts producing a core  file  in  the
19       current  directory.   If  -g  was  not  specified  while  loading, then
20       *** Execution terminated is written on logical unit 0 and execution  is
21       terminated.
22
23       If the f77_dump_flag environment variable has been set to a value which
24       begins with y, abort (3) is called whether or not −g was specified dur‐
25       ing  loading.   Similarly,  if  the  value of f77_dump_flag begins with
26       n, abort is not called.
27

FILES

29       /usr/lib/libF77.a
30

SEE ALSO

32       abort(3)
33

BUGS

35       String is ignored on the PDP11.
36
37
38
394.2 Berkeley Distribution        June 7, 1985                        ABORT(3F)
Impressum