summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-08 08:56:09 +0000
committerrsc <rsc>2007-08-08 08:56:09 +0000
commite204d0a151a0611085510840465ee418cccfefcb (patch)
tree3639e7f0646a786bca002c405a81b3f5a2300144 /user.h
parente0924827eef75ac29f17909c6f932222eda72fbd (diff)
downloadxv6-labs-e204d0a151a0611085510840465ee418cccfefcb.tar.gz
xv6-labs-e204d0a151a0611085510840465ee418cccfefcb.tar.bz2
xv6-labs-e204d0a151a0611085510840465ee418cccfefcb.zip
atoi, for kill
Diffstat (limited to 'user.h')
-rw-r--r--user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.h b/user.h
index bda6e6c..1bd512d 100644
--- a/user.h
+++ b/user.h
@@ -31,3 +31,4 @@ unsigned int strlen(char*);
void* memset(void*, int, unsigned int);
void* malloc(uint);
void free(void*);
+int atoi(const char*);