kern

annotate 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
rev   line source
nuclear@1 1 #ifndef STDIO_H_
nuclear@1 2 #define STDIO_H_
nuclear@1 3
nuclear@1 4 int putchar(int c);
nuclear@1 5 int puts(const char *s);
nuclear@1 6
nuclear@1 7 #endif /* STDIO_H_ */