0b44a031
1 2 3 4 5 6
#include <ctype.h> int isspace(int c) { return c == ' ' || (unsigned)c-'\t' < 5; }