ReactOS
0.4.15-dev-7108-g1cf6ce6
Functions
wtof.c File Reference
#include <precomp.h>
Include dependency graph for wtof.c:
Go to the source code of this file.
Functions
double
_wtof
(
const
wchar_t
*
str
)
Function Documentation
◆
_wtof()
double
_wtof
(
const
wchar_t
*
str
)
Definition at line
7
of file
wtof.c
.
8
{
9
return
wcstod
(
str
, 0);
10
}
wcstod
_Check_return_ double __cdecl wcstod(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr)
str
const WCHAR * str
Definition:
rpc_transport.c:2724
sdk
lib
crt
string
wtof.c
Generated on Sat Dec 2 2023 06:21:52 for ReactOS by
1.9.6