#ifndef __LIB_BITS_TYPES_FILE_H__ # define __LIB_BITS_TYPES_FILE_H__ struct _IO_FILE; /* The opaque type of streams. This is the definition used elsewhere. */ typedef struct _IO_FILE FILE; #endif /*__LIB_BITS_TYPES_FILE_H__*/