update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbschr.c
index 9e73aee..5176983 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 unsigned char * _mbschr(const unsigned char *str, unsigned int c)
 {
        return strchr(str,c);