sortix-mirror/libc/decl/FILE.h
2013-12-17 14:30:43 +01:00

5 lines
71 B
C

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