Name
toupper -- convert character to upper case (V7.0)
Synopsis
int rc = toupper(int c);
Function
Converts the Unicode character specified in c to upper case and returns it.

Designer compatibility
Unsupported

Inputs
c
character to convert
Results
rc
upper case character

Show TOC