#ifndef _STDIO_H_ #define _STDIO_H #include #include #include int printf(const char *format, ...); #endif