summaryrefslogtreecommitdiff
path: root/src/wchar/swprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/swprintf.c')
-rw-r--r--src/wchar/swprintf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/swprintf.c b/src/wchar/swprintf.c
index c9a6dcc6..a3aa6c45 100644
--- a/src/wchar/swprintf.c
+++ b/src/wchar/swprintf.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
#include <stdarg.h>
@@ -13,3 +15,6 @@ int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ..
/*
STDC(199409)
*/
+
+
+#endif