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