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