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[];
200 void clearerr(FILE *);
201 int fclose(FILE *);
202 int feof(FILE *);
203 int ferror(FILE *);
204 int fflush(FILE *);
205 int fgetc(FILE *);
206 char *fgets(char * __restrict, int, FILE * __restric
[all...]

Completed in 185 milliseconds