#ifndef __STDIO_H__ #define __STDIO_H__ #include "tinystdio.h" #define fprintf(fd, ...) printf(__VA_ARGS__) #endif