From 77ea728b96e00e063b2243487a35e5c395639bfc Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 12 Feb 2009 23:10:01 +0000 Subject: 2009-02-12 Corinna Vinschen * 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. --- newlib/libc/stdlib/stdlib.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/stdlib/stdlib.tex') 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 -- cgit v1.1