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