summaryrefslogtreecommitdiff
path: root/src/locale/iswgraph_l.c
blob: 4a8f787c3e9dd889088d517f1dd4d08e5c07e5dc (plain) (blame)
1
2
3
4
5
6
#include <wctype.h>

wint_t iswgraph_l(wint_t c, locale_t l)
{
	return iswgraph(c);
}