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