]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/subs/done.c
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / subs / done.c
1 /* This routine is replaced by some modules if they need to do
2 * cleanup. All exits in the code call done rather than exit.
3 */
4
5 done(status)
6 {
7 exit(status);
8 }