update for HEAD-2003091401
[reactos.git] / lib / msvcrt / mbstring / mbccpy.c
index 6cf434e..1db6243 100644 (file)
@@ -3,6 +3,9 @@
 
 size_t _mbclen2(const unsigned int s);
 
+/*
+ * @implemented
+ */
 void _mbccpy(unsigned char *dst, const unsigned char *src)
 {
   if (!_ismbblead(*src) )