mblen
Determines the number of bytes comprising the multibyte character (nonoperational in NetWare® versions 3.11 and earlier)
#include <stdlib.h>
int mblen (
const char *s,
size_t n);
This function returns a value of 0 for any of the following conditions:
At most, n bytes of the array pointed to by s are examined.