chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ignore uninteresting files.
[qmail]
/
exit.h
1
#ifndef EXIT_H
2
#define EXIT_H
3
4
extern void _exit();
5
6
#endif