towlower
Towlower is a function in the C standard library used to convert a wide character to its lowercase equivalent. It operates on wide characters and is part of the wctype.h header, with related wide-character utilities commonly used alongside wchar.h for working with wchar_t strings. The function name is towlower, though some texts may spell it informally as towlower.
Prototype and behavior: The function is declared as int towlower(int wc). It takes a wide character value
Locale and portability: The results produced by towlower depend on the program’s current locale, which is set
Usage notes: Towlower is used when processing wide-character strings (for example, wchar_t arrays) or Unicode code