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