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

/bionic/libc/include/
H A Dstdio.h123 short _flags; /* flags, below; this FILE is free if 0 */
151 } FILE; typedef in typeref:struct:__sFILE
154 extern FILE __sF[];
225 void clearerr(FILE *);
226 int fclose(FILE *);
227 int feof(FILE *);
228 int ferror(FILE *);
229 int fflush(FILE *);
230 int fgetc(FILE *);
231 int fgetpos(FILE *, fpos_
[all...]

Completed in 62 milliseconds