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