1 2 3 4 5 6 7 8
#ifndef __STDIO_H #define __STDIO_H #include <stddef.h> #define fprintf(...) ((void)0) #endif