s/qmail 4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
trycpp.c
Go to the documentation of this file.
1int main()
2{
3#ifdef NeXT
4 printf("nextstep\n"); exit(0);
5#endif
6 printf("unknown\n"); exit(0);
7}
void exit(int fail)
Definition: qmail-ldapam.c:70
int main()
Definition: trycpp.c:1