- 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:
Gregor Schneider 2008-12-18 21:17:22 +00:00
parent 589af34558
commit 5fe4b4b425
5 changed files with 83 additions and 46 deletions

View file

@ -14,8 +14,6 @@
#include <precomp.h>
#include <mbctype.h>
size_t _mbclen2(const unsigned int s);
/*
* @implemented
*/