update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / mbtowc.c
index 501f124..0de6f8b 100644 (file)
@@ -5,6 +5,9 @@
 
 #if 1
 
+/*
+ * @implemented
+ */
 int mbtowc(wchar_t *dst, const char *str, size_t n)
 {
 //    printf("\t\t\tmbtowc(%p, %p, %d) called.\n", dst, str, n);