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