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