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