update for HEAD-2003091401
[reactos.git] / lib / ntdll / stdlib / strtol.c
index f9486ca..5651f6a 100644 (file)
@@ -4,6 +4,9 @@
 #include <stdlib.h>
 
 
+/*
+ * @implemented
+ */
 long
 strtol(const char *nptr, char **endptr, int base)
 {