1 #ifndef ____FILE_defined
2 #define ____FILE_defined 1
3 
4 struct _IO_FILE;
5 typedef struct _IO_FILE __FILE;
6 
7 #endif