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