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