aboutsummaryrefslogtreecommitdiff
path: root/libio/bits/types/FILE.h
blob: de02a9d75bae457dd658ac76be41c7e614d1c8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __FILE_defined
#define __FILE_defined 1

/* Note: the struct tag is _IO_FILE rather than __FILE for historical
   reasons.  It potentially appears in C++ mangled names and therefore
   cannot be changed.  This file must be kept in sync with __FILE.h and
   FILE_internals.h.  */

struct _IO_FILE;
typedef struct _IO_FILE FILE;

#endif