MAX_INPUT_LINE_SZ
char line[MAX_INPUT_LINE_SZ];
while (fgets(line, MAX_INPUT_LINE_SZ, file)) {
if (fgets(line, MAX_INPUT_LINE_SZ, file) == NULL) {