>>2
I actually did that the first time I had to read in a file backwards
:( I read in the files in chunks and pushed those onto a stack. Then as I popped the chunks off again, I copied them into a buffer rear-end first. It worked, but when I remembered fseek I wanted to kill myself.