]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/subs/done.c
Create new mh-format function %(ordinal)
[nmh] / docs / historical / mh-jun-1982 / subs / done.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /* This routine is replaced by some modules if they need to do
9 * cleanup. All exits in the code call done rather than exit.
10 */
11
12 done(status)
13 {
14 exit(status);
15 }