[][src]Function data_reader::reader::read_num_file_tot_lines

pub fn read_num_file_tot_lines(f: &mut File) -> usize

It simply reads all of the lines in the file when an end of line is denoted by \n. It does not take into account whether any line is a comment or not.