sortix-mirror/libmaxsi/c/decl/FILE.h

6 lines
92 B
C

#ifndef _FILE_DECL
#define _FILE_DECL
struct _IO_FILE;
typedef struct _IO_FILE FILE;
#endif