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