ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
trycpp.c
Go to the documentation of this file.
1/* Public domain, from daemontools-0.76. */
2
3int main()
4{
5#ifdef NeXT
6 printf("nextstep\n"); exit(0);
7#endif
8 printf("unknown\n"); exit(0);
9}
int main()
Definition trycpp.c:3