ReactOS
0.4.16-dev-2104-gb84fa49
wtof.c
Go to the documentation of this file.
1
#include <precomp.h>
2
3
/*
4
* @implemented
5
*/
6
double
7
_wtof
(
const
wchar_t
*
str
)
8
{
9
return
wcstod
(
str
, 0);
10
}
wcstod
_ACRTIMP double __cdecl wcstod(const wchar_t *, wchar_t **)
Definition:
wcs.c:797
str
const WCHAR * str
Definition:
rpc_transport.c:2696
_wtof
double _wtof(const wchar_t *str)
Definition:
wtof.c:7
sdk
lib
crt
string
wtof.c
Generated on Wed Jan 7 2026 06:15:26 for ReactOS by
1.9.6