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

Designer compatibility
Unsupported

Inputs
c
character to convert
Results
rc
lower case character

Show TOC