chr2upr

Converts the specified character to uppercase.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  unicode_t chr2upr (
     unicode_t   ch);
  

Parameters

ch

(IN) Specifies a lowercase letter.

Return Values

Returns the uppercase letter, if ch specified a lowercase letter.

See Also

chr2lwr