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