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