unilwr

Converts the specified Unicode string to lowercase.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  unicode_t *unilwr (
     unicode_t    *string);
  

Parameters

string

(IN) Points to the string to change to lowercase.

Return Values

Returns the address of the converted string.

See Also