repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make more libm functions into weak aliases.
[glibc.git]
/
libio
/
bits
/
types
/
FILE.h
blob
f2682632090ba3e7f2caa1736394cbb235ceab0c
1
#ifndef __FILE_defined
2
#define __FILE_defined 1
3
4
struct
_IO_FILE
;
5
6
/* The opaque type of streams. This is the definition used elsewhere. */
7
typedef
struct
_IO_FILE
FILE
;
8
9
#endif