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