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