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