aboutsummaryrefslogtreecommitdiff
path: root/libc/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/stdio.h')
-rw-r--r--libc/include/stdio.h7
1 files changed, 0 insertions, 7 deletions
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*));