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