summaryrefslogtreecommitdiff
path: root/src/wchar/wcstold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcstold.c')
-rw-r--r--src/wchar/wcstold.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcstold.c b/src/wchar/wcstold.c
index b105606f..4f717147 100644
--- a/src/wchar/wcstold.c
+++ b/src/wchar/wcstold.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr)
@@ -9,3 +11,6 @@ long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr)
/*
STDC(199901)
*/
+
+
+#endif