TOLOWER
# define TOLOWER(Ch) towlower (Ch)
# define TOLOWER(Ch) tolower_l ((unsigned char) (Ch), loc)
# define TOLOWER(Ch) __towlower_l ((Ch), loc)
# define TOLOWER(Ch) towlower (Ch)
# define TOLOWER(Ch) __tolower_l ((Ch), loc)
# define TOLOWER(Ch) tolower (Ch)