//Find #cols & #rows
int fscanf(file, "%d %d", &cols, &rows);That int makes that a function prototype, not a function call.

Quzah.