LLower
The FSF.LLower function converts a character to lower
case. This function works in OEM code page.
unsigned WINAPI LLower(
unsigned UpperChar
);
Parameters
UpperChar
The character you want to convert.
Return value
This function returns the converted character.
Remarks
Example