Help for this page

Select Code to Download


  1. or download this
    seek_line(FILE *f, long lineno)
    {
    ...
      // lines. fseek to the absolute position in file
      // for the desired line, and then return
    }
    
  2. or download this
    seek_line($fh, $line_no);
    # and then read as normal