blob: c52421a043c860141a2604c54b097f2d2a5da3f8 [file] [log] [blame]
#include <wctype.h>
int iswlower_l(wint_t c, locale_t l)
{
return iswlower(c);
}