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