INtime SDK Help
mblen

Gets the length and determines the validity of a multibyte character.

#include <stdlib.h>

int mblen (const char *mbstr, size_t count);

Parameters

mbstr
A pointer to a sequence of bytes (a multibyte character) to check.
count
The number of bytes to check.

Return Values

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/stdlib.h stdlib.h clib.lib

See Also

mbstowcs, mbtowc, wcstombs, wctomb