brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · f41e09c Raw
4 lines · c
1typedef struct { int id; } FILE;2int fprintf(FILE*restrict, const char* restrict format, ...);3extern FILE *__stderrp;4