X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fwchar%2Fwcstod.c;fp=lib%2Fcrtdll%2Fwchar%2Fwcstod.c;h=360003eeec5afdba3f1734aef8ebd420a9b2eca8;hp=52786fcfa2c5f8a0f779318c0e5a2c96124dc275;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/wchar/wcstod.c b/lib/crtdll/wchar/wcstod.c index 52786fc..360003e 100644 --- a/lib/crtdll/wchar/wcstod.c +++ b/lib/crtdll/wchar/wcstod.c @@ -3,6 +3,9 @@ #include +/* + * @implemented + */ double wcstod(const wchar_t* s, wchar_t** sret) { long double r; /* result */