summaryrefslogtreecommitdiff
path: root/user/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user/user.h')
-rw-r--r--user/user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/user.h b/user/user.h
index 4f99c52..0e01b85 100644
--- a/user/user.h
+++ b/user/user.h
@@ -30,7 +30,8 @@ char* strcpy(char*, const char*);
void *memmove(void*, const void*, int);
char* strchr(const char*, char c);
int strcmp(const char*, const char*);
-void printf(int, const char*, ...);
+void fprintf(int, const char*, ...);
+void printf(const char*, ...);
char* gets(char*, int max);
uint strlen(const char*);
void* memset(void*, int, uint);