1#ifndef __FILE_defined 
2#define __FILE_defined 1 
3 
4struct _IO_FILE
5 
6/* The opaque type of streams. This is the definition used elsewhere. */ 
7typedef struct _IO_FILE FILE
8 
9#endif 
10