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