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