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