update for HEAD-2003091401
[reactos.git] / lib / ntdll / stdlib / wcstoul.c
index 835e681..cc35a3b 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
 wcstoul(const wchar_t *nptr, wchar_t **endptr, int base)