aboutsummaryrefslogtreecommitdiff
path: root/src/libc/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/stdio.h')
-rw-r--r--src/libc/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libc/stdio.h b/src/libc/stdio.h
new file mode 100644
index 0000000..ece8df5
--- /dev/null
+++ b/src/libc/stdio.h
@@ -0,0 +1,10 @@
+#ifndef STDIO_H
+#define STDIO_H
+
+#include "utils/framebuffer.h"
+
+void print(char*);
+void printc(char*,VIDEO_COLORS c);
+void printi(int i);
+
+#endif \ No newline at end of file