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