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