abort - terminate abruptly; write memory image to core file
subroutine abort
call abort
abort flushes the I/O buffers and then aborts the process, producing a core file memory dump in the current directory. Use limit(1) or ulimit(1) to limit or supress core dumps.
libfui.a
abort(3C)