update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbstrlen.c
index aa35677..b8c64cc 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/mbstring.h>
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 size_t _mbstrlen( const char *string )
 {
        char *s = (char *)string;