kern

view src/term.h @ 1:ebe5e0e44a9d

pretty much finished the code for article 1, might do minor adjustments though
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 02 Dec 2010 08:45:41 +0200
parents
children 86781ef20689
line source
1 #ifndef TERM_H_
2 #define TERM_H_
4 void set_text_color(int c);
5 void set_back_color(int c);
7 int putchar(int c);
9 #endif /* TERM_H_ */