|
NAMEtowlower —
upper case to lower case letter conversion (wide character
version)
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wctype.h>
wint_t
DESCRIPTIONThetowlower () function converts an upper-case letter to
the corresponding lower-case letter.
RETURN VALUESIf the argument is an upper-case letter, thetowlower ()
function returns the corresponding lower-case letter if there is one;
otherwise the argument is returned unchanged.
SEE ALSOiswlower(3), tolower(3), towupper(3), wctrans(3)STANDARDSThetowlower () function conforms to
ISO/IEC 9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |