From 5f8b5ce7efb7738eaebad43f9648975788ae19ff Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 28 Apr 2020 20:59:57 +0200 Subject: Fixed userspace entering... Many other fixes too, but I won't mention them because I don't want to :) --- src/kernel/lib/stdio.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/kernel/lib/stdio.h') diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h index 8668775..7dae60e 100644 --- a/src/kernel/lib/stdio.h +++ b/src/kernel/lib/stdio.h @@ -5,9 +5,7 @@ char getch(); -char *readline(); - -void writec(char c); +void putch(char c); void vprintf(const char *fmt, va_list args); -- cgit v1.2.3