diff options
author | rsc <devnull@localhost> | 2006-02-12 19:40:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-12 19:40:55 +0000 |
commit | eadb18a3357b9b735b2f7da478854a39fb0c73c6 (patch) | |
tree | 71cac16be804ce29f022309a7d57219a21d8395a /include | |
parent | 5cc53af92d6bfae8b930d3c9154c8ed44e1feb09 (diff) | |
download | plan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.tar.gz plan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.tar.bz2 plan9port-eadb18a3357b9b735b2f7da478854a39fb0c73c6.zip |
add exitcode
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 1 |
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*); |