diff options
Diffstat (limited to 'test/Modules/Inputs/System/usr/include/stdio.h')
-rw-r--r-- | test/Modules/Inputs/System/usr/include/stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/System/usr/include/stdio.h b/test/Modules/Inputs/System/usr/include/stdio.h new file mode 100644 index 0000000000000..9a7b1063032c5 --- /dev/null +++ b/test/Modules/Inputs/System/usr/include/stdio.h @@ -0,0 +1,3 @@ +typedef struct { int id; } FILE; +int fprintf(FILE*restrict, const char* restrict format, ...); + |