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