diff options
Diffstat (limited to 'ulib.c')
-rw-r--r-- | ulib.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,12 +3,6 @@ #include "fcntl.h" #include "user.h" -int -puts(char *s) -{ - return write(1, s, strlen(s)); -} - char* strcpy(char *s, char *t) { |