Converts an uppercase wide character to a lowercase wide character.
wint_t towlower (
WC)
wint_t WC;
The towlower subroutine converts the uppercase wide character specified by the WC parameter into the corresponding lowercase wide character. The LC_CTYPE category affects the behavior of the towlower subroutine.
WC | Specifies the wide character to convert to lowercase. |
If the WC parameter contains an uppercase wide character that has a corresponding lowercase wide character, that wide character is returned. Otherwise, the WC parameter is returned unchanged.
This subroutine is part of Base Operating System (BOS) Runtime.
The iswalnum subroutine, iswalpha subroutine, iswcntrl subroutine, iswctype subroutine, iswdigit subroutine, iswgraph subroutine, iswlower subroutine, iswprint subroutine, iswpunct subroutine, iswspace subroutine, iswupper subroutine, iswxdigit subroutine, setlocale subroutine, towupper subroutine, wctype subroutine.
National Language Support Overview for Programming, Subroutines Overview, Understanding Wide Character Classification Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.