From 78488dc84afac1398e582ae6bbaf9606d07afa1e Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 2 Jun 2012 18:38:28 -0700 Subject: checkpassword ... as downloaded --- checkpasswd/trycpp.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 checkpasswd/trycpp.c (limited to 'checkpasswd/trycpp.c') diff --git a/checkpasswd/trycpp.c b/checkpasswd/trycpp.c new file mode 100644 index 0000000..3ab455b --- /dev/null +++ b/checkpasswd/trycpp.c @@ -0,0 +1,7 @@ +main() +{ +#ifdef NeXT + printf("nextstep\n"); exit(0); +#endif + printf("unknown\n"); exit(0); +} -- cgit v1.2.3