Conversion from lower-case to upper-case
If islower is true with respect to c, returns a character that makes isupper true in response; otherwise, returns c.
This function is a macro that converts lowercase characters into the corresponding uppercase characters and leaves the other characters unchanged.