SYNOPSIS
#include <wctype.h>
wint_t towlower(wint_t wc);
wint_t towlower_l(wint_t wc, locale_t locale);
DESCRIPTION
The
towctrans(wc, wctrans("tolower"));
PARAMETERS
- wc
-
Is a wide character code corresponding to a valid character in the current locale or the value of the macro WEOF.
- locale
-
Is a locale_t perhaps returned by
newlocale() or LC_GLOBAL_LOCALE or 0 for the current thread locale set withuselocale() .
RETURN VALUES
If the parameter is a wide
character for which
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
The function
The function
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
iswlower() ,iswlower_l() ,iswupper() ,iswupper_l() ,newlocale() ,setlocale() ,towctrans() ,towctrans_l() ,towupper() ,towupper_l() ,wctrans() ,wctrans_l()
PTC MKS Toolkit 10.4 Documentation Build 39.