index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mlibc
/
stdio
/
writec.c
blob: 60f69e8083f91c6b9c2173e8740191acf5dcb9a7 (
plain
) (
blame
)
1
2
3
4
5
#include <kernel/graphics/vesa.h> void writec(char c) { vesa_draw_char(c); }