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