source:
trunk/third/nmh/sbr/done.c
@
12455
Revision 12455, 168 bytes checked in by danw, 26 years ago (diff) |
---|
Line | |
---|---|
1 | |
2 | /* |
3 | * done.c -- terminate the program |
4 | * |
5 | * $Id: done.c,v 1.1.1.1 1999-02-07 18:14:08 danw Exp $ |
6 | */ |
7 | |
8 | #include <h/mh.h> |
9 | |
10 | void |
11 | done (int status) |
12 | { |
13 | exit (status); |
14 | } |
Note: See TracBrowser
for help on using the repository browser.