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