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