branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / atof.c
index 8497148..e302108 100644 (file)
@@ -1,6 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 double
 atof(const char *ascii)
 {