From ac947d45c288f62e927895afe7cd6a722ffdd8f8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 30 Nov 2019 16:21:57 +0100 Subject: Replaced vesa print functions with printf --- src/mlibc/stdio.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mlibc/stdio.h') diff --git a/src/mlibc/stdio.h b/src/mlibc/stdio.h index ae377a2..82f1cfb 100644 --- a/src/mlibc/stdio.h +++ b/src/mlibc/stdio.h @@ -3,8 +3,12 @@ // TODO: Input methods +#include + void writec(char c); +void vprintf(const char *format, va_list args); + void printf(const char *format, ...); #endif -- cgit v1.2.3