summaryrefslogtreecommitdiff
path: root/src/stdlib/wcstombs_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/wcstombs_s.c')
-rw-r--r--src/stdlib/wcstombs_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/wcstombs_s.c b/src/stdlib/wcstombs_s.c
index a0713638..180426a0 100644
--- a/src/stdlib/wcstombs_s.c
+++ b/src/stdlib/wcstombs_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
/** convert wide character string to multibyte string **/
@@ -26,3 +28,6 @@ after reaching a null wide character, which is converted and stored.
/*
CEXT1(201112)
*/
+
+
+#endif