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