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