kern

view src/klibc/stdio.h @ 4:0489a34ab348

- reverted the trunk back to hardware scrolling - added a missing include (ctype.h in term.c) - added a comment explaining what memset16 does - beefed up the README file
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 10 Dec 2010 03:44:34 +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_ */