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