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