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