ReactOS 0.4.15-dev-7924-g5949c20
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}
_Check_return_ double __cdecl wcstod(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr)
const WCHAR * str