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