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