mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +00:00
- Update _mbclen, mblen, _mbslen, _mbsnextc and _mbstrlen which should rely on the leadbyte mechanism
- Fixes 9 msvcrt string tests, 7 failures tbd - Remove leftover function declaration from ismblead.c svn path=/trunk/; revision=38181
This commit is contained in:
parent
589af34558
commit
5fe4b4b425
5 changed files with 83 additions and 46 deletions
|
@ -14,8 +14,6 @@
|
|||
#include <precomp.h>
|
||||
#include <mbctype.h>
|
||||
|
||||
size_t _mbclen2(const unsigned int s);
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue