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