1*f4a2713aSLionel Sambuc typedef struct { int id; } FILE;
2*f4a2713aSLionel Sambuc int fprintf(FILE*restrict, const char* restrict format, ...);
3*f4a2713aSLionel Sambuc extern FILE *__stderrp;
4