aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdio.h')
-rw-r--r--src/kernel/lib/stdio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h
index 7dae60e..26b9ce8 100644
--- a/src/kernel/lib/stdio.h
+++ b/src/kernel/lib/stdio.h
@@ -3,8 +3,6 @@
#include <stdarg.h>
-char getch();
-
void putch(char c);
void vprintf(const char *fmt, va_list args);