]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/System/usr/include/stdio.h
Vendor import of clang trunk r154661:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / System / usr / include / stdio.h
1 typedef struct { int id; } FILE;
2 int fprintf(FILE*restrict, const char* restrict format, ...);
3