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