stdio.h 118 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef LIBA_STDIO_H #define LIBA_STDIO_H #define stdin 0 #define stdout 0 #define EOF 0 typedef void FILE; #endif