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