aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-12 19:40:55 +0000
committerrsc <devnull@localhost>2006-02-12 19:40:55 +0000
commiteadb18a3357b9b735b2f7da478854a39fb0c73c6 (patch)
tree71cac16be804ce29f022309a7d57219a21d8395a /include
parent5cc53af92d6bfae8b930d3c9154c8ed44e1feb09 (diff)
downloadplan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.tar.gz
plan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.tar.bz2
plan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.zip
add exitcode
Diffstat (limited to 'include')
-rw-r--r--include/libc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libc.h b/include/libc.h
index 10000b57..980a8d27 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -376,6 +376,7 @@ extern int dec16(uchar*, int, char*, int);
extern int enc16(char*, int, uchar*, int);
extern int encodefmt(Fmt*);
extern int dirmodefmt(Fmt*);
+extern int exitcode(char*);
extern void exits(char*);
extern double frexp(double, int*);
extern ulong getcallerpc(void*);