ReactOS 0.4.16-dev-2110-ge3521eb
wtof.c
Go to the documentation of this file.
1#include <precomp.h>
2
3/*
4 * @implemented
5 */
6double
7_wtof(const wchar_t *str)
8{
9 return wcstod(str, 0);
10}
_ACRTIMP double __cdecl wcstod(const wchar_t *, wchar_t **)
Definition: wcs.c:797
const WCHAR * str
double _wtof(const wchar_t *str)
Definition: wtof.c:7