Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
- Functions depending on locale codepage
*/
+/*********************************************************************
_mblen_l(MSVCRT.@)
- REMARKS
- Unlike most of the multibyte string functions this function uses
- the locale codepage, not the codepage set by _setmbcp
- */
There's no point in keeping the comment both in front of `_mblen_l` and `mblen`. Could you please remove it from `mblen` function?