kern

view src/klibc/stdio.h @ 2:86781ef20689

added hardware scrolling, memset16 and temporary keyboard input for testing
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 04 Dec 2010 08:04:43 +0200
parents
children 633e35c64772
line source
1 #ifndef STDIO_H_
2 #define STDIO_H_
4 int putchar(int c);
5 int puts(const char *s);
7 #endif /* STDIO_H_ */