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