#ifndef __STDIO_H #define __STDIO_H #include #include void putc(char c); int puts(const char *str); int getc(char *c); // XXX not really getc #endif