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