Synopsis
int iswlower_l(wint_t c,
               locale_t loc);
Description

iswlower_l tests for any wide character that corresponds to a lowercase letter in the locale loc or is one of a locale-specific set of wide characters for which none of iswcntrl_l, iswdigit_l, iswpunct_l, or iswspace_l is true.