update for HEAD-2003091401
[reactos.git] / lib / crtdll / wchar / wcstod.c
index 52786fc..360003e 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 double wcstod(const wchar_t* s, wchar_t** sret)
 {
   long double r;               /* result */