diff options
Diffstat (limited to 'src/stdio/vfscanf.c')
-rw-r--r-- | src/stdio/vfscanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c index 430419a5..271ac15f 100644 --- a/src/stdio/vfscanf.c +++ b/src/stdio/vfscanf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -14,3 +16,6 @@ int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg) /* STDC(199901) */ + + +#endif |