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