summaryrefslogtreecommitdiff
path: root/src/wchar/wmemchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wmemchr.c')
-rw-r--r--src/wchar/wmemchr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wmemchr.c b/src/wchar/wmemchr.c
index f8939319..dcbf0d1d 100644
--- a/src/wchar/wmemchr.c
+++ b/src/wchar/wmemchr.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
#include "_assert.h"
@@ -19,3 +21,6 @@ wchar_t * wmemchr(const wchar_t * s, wchar_t c, size_t n)
/*
STDC(199409)
*/
+
+
+#endif