log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
selfmade-os
view io.h @ 1:42ba76f77035
find changesets by author, revision, files, or words in the commit message
the kernel with output and mem alloc
author
meillo@marmaro.de
date
Sun, 01 Nov 2009 23:50:51 +0100
parents
children
line source
1
2
void cls(void);
3
void setcolor(int fg, int bg);
4
void setpos(int line, int col);
5
void relpos(int move);
6
7
int putchar(int c);
8
int puts(const char* s);
9
int printf(const char* fmt, ...);