diff options
Diffstat (limited to 'sys/include/printf.h')
-rw-r--r-- | sys/include/printf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/include/printf.h b/sys/include/printf.h index fd9a092..bcd9e75 100644 --- a/sys/include/printf.h +++ b/sys/include/printf.h @@ -1,8 +1,6 @@ #ifndef _KPRINTF_H #define _KPRINTF_H -int puts(const char *); void printf_init(void); -void printf(const char *, ...); #endif /* _KPRINTF_H */ |