selfmade-os

view io.h @ 1:42ba76f77035

the kernel with output and mem alloc
author meillo@marmaro.de
date Sun, 01 Nov 2009 23:50:51 +0100
parents
children
line source
2 void cls(void);
3 void setcolor(int fg, int bg);
4 void setpos(int line, int col);
5 void relpos(int move);
7 int putchar(int c);
8 int puts(const char* s);
9 int printf(const char* fmt, ...);