/* Automatically generated by mkrunetype.awk */ #include "../utf.h" #include "runetype.h" int isblankrune(Rune r) { return r == ' ' || r == '\t'; }