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