diff options
Diffstat (limited to 'src/wchar/wscanf.c')
-rw-r--r-- | src/wchar/wscanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wscanf.c b/src/wchar/wscanf.c index acd2a829..ae1362b7 100644 --- a/src/wchar/wscanf.c +++ b/src/wchar/wscanf.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> #include <stdarg.h> @@ -17,3 +19,6 @@ int wscanf(const wchar_t * restrict format, ...) /* STDC(199409) */ + + +#endif |