unilen

Computes the number of characters in a Unicode string.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  size_t unilen (
     const unicode_t   *string);
  

Parameters

string

(IN) Points to a string.

Return Values

Returns the number of characters in the Unicode string.

Remarks

The unilen function corresponds to the strlen function.

See Also