summaryrefslogtreecommitdiff
path: root/src/wchar/wcschr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcschr.c')
-rw-r--r--src/wchar/wcschr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcschr.c b/src/wchar/wcschr.c
index cc206ed8..2a23d8b6 100644
--- a/src/wchar/wcschr.c
+++ b/src/wchar/wcschr.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
wchar_t * wcschr(const wchar_t * s, wchar_t c)
@@ -15,3 +17,6 @@ wchar_t * wcschr(const wchar_t * s, wchar_t c)
/*
STDC(199409)
*/
+
+
+#endif