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