diff options
Diffstat (limited to 'src/wchar/fwprintf.c')
-rw-r--r-- | src/wchar/fwprintf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/fwprintf.c b/src/wchar/fwprintf.c index 308f4fa0..ddcf4fe7 100644 --- a/src/wchar/fwprintf.c +++ b/src/wchar/fwprintf.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> #include <stdio.h> #include <stdarg.h> @@ -14,3 +16,6 @@ int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...) /* STDC(199409) */ + + +#endif |