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