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