summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
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 7571767..16664ca 100644
--- a/user.h
+++ b/user.h
@@ -13,3 +13,4 @@ int cons_puts(char*);
int puts(char*);
int puts1(char*);
+char* strcpy(char*, char*);