SKIP_BLANKS
#define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \
#define SKIP_BLANKS(ptr) { \