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

bool
risnumber(rune ch)
{
	return rprop_get_gc(ch) & GC_N;
}