summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/stdlib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r--newlib/libc/stdlib/stdlib.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex
index acb4894a5..d91b3f8d3 100644
--- a/newlib/libc/stdlib/stdlib.tex
+++ b/newlib/libc/stdlib/stdlib.tex
@@ -40,6 +40,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* strtoll:: String to long long
* strtoul:: String to unsigned long
* strtoull:: String to unsigned long long
+* wcstod:: Wide string to double or float
* wcstol:: Wide string to long
* wcstoll:: Wide string to long long
* wcstoul:: Wide string to unsigned long
@@ -152,6 +153,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/strtoull.def
@page
+@include stdlib/wcstod.def
+
+@page
@include stdlib/wcstol.def
@page