xref: /llvm-project/clang/test/Modules/Inputs/System/usr/include/stdio.h (revision 276dd188c428d4fb1b3e887fe70a929a71892bf9)
13ec6663bSDouglas Gregor typedef struct { int id; } FILE;
23ec6663bSDouglas Gregor int fprintf(FILE*restrict, const char* restrict format, ...);
3*276dd188SEli Friedman extern FILE *__stderrp;
4