uniupr

Converts the specified Unicode string to uppercase.

Library:LibC
Service:Characters and Strings

Syntax

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

Parameters

string

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

Return Values

Returns the address of the converted string.

See Also