aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/exitcode.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-12 19:05:12 +0000
committerrsc <devnull@localhost>2006-02-12 19:05:12 +0000
commitd0d15c12d43d201cf916ebfff157b976c8f3b6a1 (patch)
treeb6c7be79b46134025b64e5ed8f4039e9f42b1efb /src/lib9/exitcode.c
parent4940b55216d170189ddc4c3ba9fe8b2b0fb507a0 (diff)
downloadplan9port-d0d15c12d43d201cf916ebfff157b976c8f3b6a1.tar.gz
plan9port-d0d15c12d43d201cf916ebfff157b976c8f3b6a1.tar.bz2
plan9port-d0d15c12d43d201cf916ebfff157b976c8f3b6a1.zip
add exitcode
Diffstat (limited to 'src/lib9/exitcode.c')
-rw-r--r--src/lib9/exitcode.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib9/exitcode.c b/src/lib9/exitcode.c
new file mode 100644
index 00000000..f65836e1
--- /dev/null
+++ b/src/lib9/exitcode.c
@@ -0,0 +1,9 @@
+#include <u.h>
+#include <libc.h>
+
+int
+exitcode(char *s)
+{
+ return 1;
+}
+