diff options
Diffstat (limited to 'src/mlibc/stdio/writec.c')
-rw-r--r-- | src/mlibc/stdio/writec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mlibc/stdio/writec.c b/src/mlibc/stdio/writec.c index 60f69e8..94d4fed 100644 --- a/src/mlibc/stdio/writec.c +++ b/src/mlibc/stdio/writec.c @@ -1,5 +1,6 @@ #include <kernel/graphics/vesa.h> -void writec(char c) { +void writec(char c) +{ vesa_draw_char(c); }
\ No newline at end of file |