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