Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
trycpp.c
blob: c482641e4620d6bc7125b3dd0080b7a5b0e941f9 [
file
]
/* Public domain, from daemontools-0.76. */
int
main
()
{
#ifdef
NeXT
printf
(
"nextstep\n"
);
exit
(
0
);
#endif
printf
(
"unknown\n"
);
exit
(
0
);
}