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