ref: a50b052c5182c502499380acc3ebaa2cd4aaacbb dir: /lib/c/isblank.c/
int isblank(int c) { return (c == ' ') || (c == '\t'); }