ABORT(3F) UNIX Programmer's Manual ABORT(3F) NAME abort - terminate abruptly with memory image SYNOPSIS subroutine abort (string) character*(*) string DESCRIPTION _A_b_o_r_t cleans up the I/O buffers and then aborts producing a _c_o_r_e file in the current directory. If _s_t_r_i_n_g is given, it is written to logical unit 0 preceeded by ``abort:''. FILES /usr/lib/libF77.a SEE ALSO abort(3) BUGS _S_t_r_i_n_g is ignored on the PDP11. Printed 7/31/83 1