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