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