summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/user.h b/user.h
index d869338..351b970 100644
--- a/user.h
+++ b/user.h
@@ -13,6 +13,9 @@ int cons_puts(char*);
int exec(char *, char **);
int open(char *, int);
int mknod (char*,short,short,short);
+int unlink (char*);
int puts(char*);
int puts1(char*);
char* strcpy(char*, char*);
+void printf(int fd, char *fmt, ...);
+