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