isgraphrune.c (162B)
1 /* Automatically generated by mkrunetype.awk */ 2 #include "../utf.h" 3 #include "runetype.h" 4 5 int 6 isgraphrune(Rune r) 7 { 8 return !isspacerune(r) && isprintrune(r); 9 }
![]() | sbaseUnnamed repository; edit this file 'description' to name the repository. |
Log | Files | Refs | README | LICENSE |