summaryrefslogtreecommitdiff
path: root/src/wchar/wcrtomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcrtomb.c')
-rw-r--r--src/wchar/wcrtomb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcrtomb.c b/src/wchar/wcrtomb.c
index cc8db136..bfad86ef 100644
--- a/src/wchar/wcrtomb.c
+++ b/src/wchar/wcrtomb.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
#include <limits.h>
@@ -17,3 +19,6 @@ size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps)
/*
STDC(199409)
*/
+
+
+#endif