I have a CSV file which I open with fopen()
2 things to ponder
1.
the csv file is permanently been written to by 3rd party
I want to read the latest line of information -- in a loop
ok with loop, but get the last line I can't see how
how do i do that?
2.
I use FREAD() FSEEK(), but can't start at last line?
also lines are variable bytes length
is FREAD() FSEEK() best way
Many Thanks if helping
Phillipe