update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdlib / strtod.c
index 433ea38..29d936e 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 double
 strtod(const char *s, char **sret)
 {