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