fxlibc/include/fxlibc/target/vhex-generic/types/FILE.h

14 lines
260 B
C
Raw Normal View History

#ifndef __BITS_TYPES_FILE_H__
# define __BITS_TYPES_FILE_H__
2020-09-17 19:27:01 +02:00
// opaque definition of the _IO_FILE
2020-09-17 19:27:01 +02:00
struct _IO_FILE;
/*
** The opaque type of streams.
** This is the definition used elsewhere.
*/
2020-09-17 19:27:01 +02:00
typedef struct _IO_FILE FILE;
#endif /*__BITS_TYPES_FILE_H__*/