Searched defs:FILE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dstdio.h97 short _flags; /* flags, below; this FILE is free if 0 */
125 } FILE; typedef in typeref:struct:__sFILE
128 extern FILE __sF[];
199 void clearerr(FILE *);
200 int fclose(FILE *);
201 int feof(FILE *);
202 int ferror(FILE *);
203 int fflush(FILE *);
204 int fgetc(FILE *);
205 int fgetpos(FILE *, fpos_
[all...]

Completed in 289 milliseconds