diff options
Diffstat (limited to 'src/wchar/vfwscanf.c')
-rw-r--r-- | src/wchar/vfwscanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/vfwscanf.c b/src/wchar/vfwscanf.c index bc3f6e8c..b86b531b 100644 --- a/src/wchar/vfwscanf.c +++ b/src/wchar/vfwscanf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include <wchar.h> #include "stdio/_stdio.h" @@ -19,3 +21,6 @@ int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list ar /* STDC(199901) */ + + +#endif |