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