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