update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbsdup.c
index 00dc9d0..216c640 100644 (file)
@@ -12,6 +12,9 @@
 #include <msvcrt/mbstring.h>
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 unsigned char * _mbsdup(const unsigned char *_s)
 {
        char *rv;