Computes the number of characters in a Unicode string.
#include <unilib.h>
size_t uninlen (
const unicode_t *string
size_t max);
(IN) Points to a string.
(IN) Specifies the maximum number of characters to count.
Returns the number of characters in the Unicode string.
The unilen function corresponds to the strlen function.