update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / strtoul.c
index 7e275da..63ee96a 100644 (file)
@@ -9,6 +9,8 @@
  *
  * Ignores `locale' stuff.  Assumes that the upper and lower case
  * alphabets and digits are each contiguous.
+ *
+ * @implemented
  */
 unsigned long
 strtoul(const char *nptr, char **endptr, int base)