假设您toUpper()已经获得了该功能,定义为int toUpper(char),如何实现该功能toLower(),即int toLower(char).谢谢.
toUpper()
int toUpper(char)
toLower()
int toLower(char)
c
c ×1