]> diplodocus.org Git - nmh/blob - sbr/done.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / sbr / done.c
1
2 /*
3 * done.c -- terminate the program
4 *
5 * $Id$
6 */
7
8 #include <h/mh.h>
9
10 int
11 done (int status)
12 {
13 exit (status);
14 return 1; /* dead code to satisfy the compiler */
15 }