blob: 2615f5b52d6444151d09159c1925e3c48c06a450 [file] [log] [blame]
rsccfa37a72004-04-10 18:53:55 +00001.TH ABORT 3
2.SH NAME
3abort \- generate a fault
4.SH SYNOPSIS
5.B #include <u.h>
6.br
7.B #include <libc.h>
8.PP
9.nf
10.B
11void abort(void)
12.fi
13.SH DESCRIPTION
14.I Abort
15causes an access fault, causing the current process to enter the `Broken' state.
16The process can then be inspected by a debugger.
17.SH SOURCE
rscb5fdffe2004-04-19 19:22:56 +000018.B /usr/local/plan9/src/libc/9sys/abort.c