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