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

/bionic/libc/include/
H A Dstdio.h56 typedef struct __sFILE FILE; typedef in typeref:struct:__sFILE
58 extern FILE* stdin;
59 extern FILE* stdout;
60 extern FILE* stderr;
105 void clearerr(FILE *);
106 int fclose(FILE *);
107 int feof(FILE *);
108 int ferror(FILE *);
109 int fflush(FILE *);
110 int fgetc(FILE *);
[all...]

Completed in 1678 milliseconds