fxlibc/include/target/vhex-generic/bits/types/__FILE.h

9 lines
198 B
C
Raw Normal View History

#ifndef __BITS_TYPES__FILE_H__
# define ___LIB_BITS_TYPES__FILE_H__
2020-09-17 19:27:01 +02:00
// define opaque definition of the FILE type
2020-09-17 19:27:01 +02:00
struct _IO_FILE;
typedef struct _IO_FILE __FILE;
#endif /*__BITS_TYPES__FILE_H__*/