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