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

bool
rispunct(rune ch)
{
	return rprop_get_gc(ch) & GC_P;
}