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