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