sup_inputchar
while ((isspace(c = sup_inputchar())) && (c != '\n'))
for (; !isspace(c) || quoted; c = sup_inputchar()) {
while ((c = sup_inputchar()) != '\n' && !feof(data_file))
static int sup_inputchar(void);
static int32_t sup_inputchar();
while (isspace(c = sup_inputchar()))
for (; !isspace(c) || quoted; c = sup_inputchar()) {
while ((c = sup_inputchar()) != '\n' && !feof(data_file))