summaryrefslogtreecommitdiff
path: root/src/wchar/wcsrtombs_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsrtombs_s.c')
-rw-r--r--src/wchar/wcsrtombs_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsrtombs_s.c b/src/wchar/wcsrtombs_s.c
index b8c2399a..5ae76e42 100644
--- a/src/wchar/wcsrtombs_s.c
+++ b/src/wchar/wcsrtombs_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
errno_t wcsrtombs_s(size_t * restrict retval,
@@ -11,3 +13,6 @@ errno_t wcsrtombs_s(size_t * restrict retval,
/*
CEXT1(201112)
*/
+
+
+#endif