Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Reading files backwards

Name: Anonymous 2009-06-16 3:50

how do you read files backwards in C?

Name: Anonymous 2009-06-16 3:56

for(;;)
{ fread(buffa, 1, 1, files);
  fseek(files, -2, SEEK_CUR); }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List