Home | History | Annotate | Download | only in include
      1 typedef struct { int id; } FILE;
      2 int fprintf(FILE*restrict, const char* restrict format, ...);
      3 extern FILE *__stderrp;
      4