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