xref: /plan9/sys/man/2/abort (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
ABORT 2
NAME
abort - generate a fault
SYNOPSIS
#include <u.h>

#include <libc.h>

 void abort(void)
DESCRIPTION
Abort causes an access fault, causing the current process to enter the `Broken' state. The process can then be inspected by a debugger.
SOURCE
/sys/src/libc/9sys/abort.c