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