branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbccpy.c
index fe05428..94ea4fd 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) )