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

9 lines
197 B
C
Raw Normal View History

2021-05-09 23:00:11 +02:00
#ifndef __BITS_TYPES___FILE_H__
# define ___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;
2021-05-09 23:00:11 +02:00
#endif /*__BITS_TYPES___FILE_H__*/