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); }