Manual Page Result
0
Command: abort | Section: 3 | Source: UNIX v10 | File: abort.3
ABORT(3) Library Functions Manual ABORT(3)
NAME
abort - generate a fault
SYNOPSIS
int abort()
DESCRIPTION
Abort sends the current process a signal, which normally terminates the
process with a core dump.
SEE ALSO
adb(1), signal(2), exit(2)
DIAGNOSTICS
Usually `abort - core dumped' from the shell.
ABORT(3)