summaryrefslogtreecommitdiff
path: root/src/wchar/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsncmp.c')
-rw-r--r--src/wchar/wcsncmp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsncmp.c b/src/wchar/wcsncmp.c
index f5c56c28..14efdb51 100644
--- a/src/wchar/wcsncmp.c
+++ b/src/wchar/wcsncmp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
#include "_assert.h"
@@ -22,3 +24,6 @@ int wcsncmp(const wchar_t * s1, const wchar_t * s2, size_t n)
/*
STDC(199409)
*/
+
+
+#endif