chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-local: Sender and environment settings in .qmail files.
[qmail]
/
trycpp.c
1
void main()
2
{
3
#ifdef NeXT
4
printf("nextstep\n"); exit(0);
5
#endif
6
printf("unknown\n"); exit(0);
7
}