文法:
#include <cctype> int tolower( int 文字 );
tolower()関数は、指定された文字の小文字を返します。
文字
関連トピック: isupper, toupper