diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index cf76709901..b7b5a5c43d 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -2,6 +2,8 @@ # include <wcsmbs/wchar.h> # ifndef _ISOMAC +#include <bits/floatn.h> + extern __typeof (wcscasecmp_l) __wcscasecmp_l; extern __typeof (wcsncasecmp_l) __wcsncasecmp_l; extern __typeof (wcscoll_l) __wcscoll_l; @@ -68,6 +70,17 @@ libc_hidden_proto (wcstoll) libc_hidden_proto (wcstoul) libc_hidden_proto (wcstoull) +#if __HAVE_DISTINCT_FLOAT128 +extern __typeof (wcstof128_l) __wcstof128_l; +libc_hidden_proto (__wcstof128_l) +extern _Float128 __wcstof128_internal (const wchar_t *__restrict __nptr, + wchar_t **__restrict __endptr, + int __group) __THROW; + +libc_hidden_proto (__wcstof128_internal) +libc_hidden_proto (wcstof128) +#endif + libc_hidden_proto (__wcscasecmp_l) libc_hidden_proto (__wcsncasecmp_l) |