summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 3ed992c..4900c20 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -174,6 +174,9 @@ int vfwscanf(struct __sFILE * __restrict, const wchar_t * __restrict,
int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict,
__va_list);
int vwscanf(const wchar_t * __restrict, __va_list);
+float wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
+long double
+ wcstold(const wchar_t * __restrict, wchar_t ** __restrict);
#ifdef __LONG_LONG_SUPPORTED
/* LONGLONG */
long long
OpenPOWER on IntegriCloud