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