From c7252588ebb95f97631e9470778c69afa00c35b5 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Mar 2015 14:20:47 -0500 Subject: Huge restructure --- libc/include/stdio.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 libc/include/stdio.h (limited to 'libc/include/stdio.h') diff --git a/libc/include/stdio.h b/libc/include/stdio.h deleted file mode 100644 index 49966cf..0000000 --- a/libc/include/stdio.h +++ /dev/null @@ -1,7 +0,0 @@ -int printf(const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));; -int puts(const char*); -int putchar(int); - -/* sets the I/O functions, allows easy switching between text mode and VBE */ -void set_putchar(void (*func)(int)); -void set_puts(void (*func)(const char*)); -- cgit v1.1