summaryrefslogtreecommitdiff
path: root/src/wchar/wcsncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsncpy.c')
-rw-r--r--src/wchar/wcsncpy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsncpy.c b/src/wchar/wcsncpy.c
index ebae8133..4a33779a 100644
--- a/src/wchar/wcsncpy.c
+++ b/src/wchar/wcsncpy.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
wchar_t * wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n)
@@ -16,3 +18,6 @@ wchar_t * wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n)
/*
STDC(199409)
*/
+
+
+#endif