Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <stdlib.h> int mblen(const char *s, size_t n);
| ||
Return val. | -1 0 1 | if n = 0. if s is a NULL pointer or points to a null byte (\0). otherwise. | |
Note | In this implementation, there are no characters that consist of several bytes. Multibyte | ||
See also | mbstowcs, mbtowc, wcstombs, wctomb |