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