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