aboutsummaryrefslogtreecommitdiff
path: root/src/mlibc/stdio/writec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlibc/stdio/writec.c')
-rw-r--r--src/mlibc/stdio/writec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mlibc/stdio/writec.c b/src/mlibc/stdio/writec.c
new file mode 100644
index 0000000..60f69e8
--- /dev/null
+++ b/src/mlibc/stdio/writec.c
@@ -0,0 +1,5 @@
+#include <kernel/graphics/vesa.h>
+
+void writec(char c) {
+ vesa_draw_char(c);
+} \ No newline at end of file