update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / atoi64.c
index 9b81b19..6855b90 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/ctype.h>
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 __int64
 _atoi64(const char *nptr)
 {