summaryrefslogblamecommitdiff
path: root/src/locale/iswlower_l.c
blob: 51e07f3594e1cbd11609b3f40cbf96bb0b6d70fd (plain) (tree)
1
2
3
4
5
6





                                       
#include <wctype.h>

wint_t iswlower_l(wint_t c, locale_t l)
{
	return iswlower(c);
}