Home | History | Annotate | Download | only in include

Lines Matching refs:FILE

5  * This file is dual licensed under the MIT and the University of Illinois Open
10 * This is a stub SDK header file. This file is not part of the interface of
20 typedef struct __sFILE FILE;
52 extern FILE *__stderrp;
54 int fclose(FILE *);
55 int fflush(FILE *);
56 FILE *fopen(const char * restrict, const char * restrict) __asm(__FOPEN_NAME);
57 int fprintf(FILE * restrict, const char * restrict, ...);
58 size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict)