sortix-mirror/libc/decl/FILE.h

5 lines
71 B
C

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