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