NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
int tolower ( int  c)
inline

Convert uppercase letter to lowercase.

Converts parameter c to its lowercase equivalent if c is an uppercase letter and has a lowercase equivalent. If no such conversion is possible, the value returned is c unchanged.

Parameters
cUppercase letter character to be converted.
Returns
The lowercase equivalent to c, if such value exists, or c (unchanged) otherwise..
Examples:
ex_ctype.nxc, and ex_tolower.nxc.