aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/stdlib.tex
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-02-12 23:10:01 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-02-12 23:10:01 +0000
commit77ea728b96e00e063b2243487a35e5c395639bfc (patch)
tree438496c2d14987b8c8e49c0dd86238aa2229fa28 /newlib/libc/stdlib/stdlib.tex
parent545b4d2b57796884670948b6bec0ca386be2c893 (diff)
downloadnewlib-77ea728b96e00e063b2243487a35e5c395639bfc.zip
newlib-77ea728b96e00e063b2243487a35e5c395639bfc.tar.gz
newlib-77ea728b96e00e063b2243487a35e5c395639bfc.tar.bz2
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (_wcstod_r): Declare. (_wcstof_r): Declare. (wcstod): Declare. (wcstof): Declare. * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add wcstod.c. (CHEWOUT_FILES): Add wcstod.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/stdlib.tex: Add wcstod. * libc/stdlib/wcstod.c: New file.
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 acb4894..d91b3f8 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