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