[][src]Function data_reader::reader::read_num_file_lines

pub fn read_num_file_lines(f: &File, com: u8) -> usize

It simply reads all of the lines in the file when an end of line is denoted by \n or \r. A comment character is provided and if it is seen then before any nonwhite space the line is not counted in the total.