Tests a wide-character code to determine whether it is a lowercase character in the current locale.
#include <wctype.h>
int iswlower (
wint_t wc);
(IN) Specifies the wide-character code to test.
Returns a nonzero value when the wc argument is a lowercase character in the current locale. Otherwise, returns zero.