xref: /original-bsd/share/man/man3f/abort.3 (revision 6386612b)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)abort.3 6.1 (Berkeley) 05/15/85

ABORT 3F ""
C 5
NAME
abort - terminate abruptly with memory image
SYNOPSIS
subroutine abort (string)

character*(*) string

DESCRIPTION
Abort cleans up the I/O buffers and then aborts producing a core file in the current directory. If string is given, it is written to logical unit 0 preceeded by ``abort:''.
FILES
"SEE ALSO"
abort(3)
BUGS
String is ignored on the PDP11.