projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added test of -nosequence to test-pick.
[mmh]
/
docs
/
historical
/
mh-6.8.5
/
sbr
/
done.c
1
/* done.c - terminate the program */
2
3
#include "../h/mh.h"
4
5
6
void done (status)
7
register int status;
8
{
9
exit (status);
10
}