ReactOS 0.4.16-dev-2104-gb84fa49
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}
_ACRTIMP double __cdecl wcstod(const wchar_t *, wchar_t **)
Definition: wcs.c:797
const WCHAR * str