summaryrefslogtreecommitdiff
path: root/util/sbase/libutf/isgraphrune.c
blob: 08770f64355a413ef31c9a5e2e3646b2d093808a (plain)
1
2
3
4
5
6
7
8
9
/* Automatically generated by mkrunetype.awk */
#include "../utf.h"
#include "runetype.h"

int
isgraphrune(Rune r)
{
	return !isspacerune(r) && isprintrune(r);
}