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