fxlibc/include/bits/types/FILE.h

10 lines
231 B
C
Raw Normal View History

2020-09-17 19:27:01 +02:00
#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__*/