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