kern

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/term.h	Thu Dec 02 08:45:41 2010 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +#ifndef TERM_H_
     1.5 +#define TERM_H_
     1.6 +
     1.7 +void set_text_color(int c);
     1.8 +void set_back_color(int c);
     1.9 +
    1.10 +int putchar(int c);
    1.11 +
    1.12 +#endif	/* TERM_H_ */