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