aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/rtype/risletter.c
blob: 43ff7497d75c04e3b9844d812712f235c512a22e (plain) (blame)
1
2
3
4
5
6
7
#include "rtype.h"

bool
risletter(rune ch)
{
	return rprop_get_gc(ch) & GC_L;
}