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

/bionic/libc/include/
H A Dstdio.h107 int _flags; /* flags, below; this FILE is free if 0 */
110 short _flags; /* flags, below; this FILE is free if 0 */
139 } FILE; typedef in typeref:struct:__sFILE
141 extern FILE __sF[];
211 void clearerr(FILE *);
212 int fclose(FILE *);
213 int feof(FILE *);
214 int ferror(FILE *);
215 int fflush(FILE *);
216 int fgetc(FILE *);
[all...]

Completed in 49 milliseconds