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

bool
riscntrl(rune ch)
{
	return rprop_get_gc(ch) & GC_CC;
}