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