manual: Correct argument order in mount examples [BZ #27207]
[glibc.git] / libio / bits / types / FILE.h
blobf2682632090ba3e7f2caa1736394cbb235ceab0c
1 #ifndef __FILE_defined
2 #define __FILE_defined 1
4 struct _IO_FILE;
6 /* The opaque type of streams. This is the definition used elsewhere. */
7 typedef struct _IO_FILE FILE;
9 #endif