got a quick question...
ok, i'm reading from a file, and if the first character in the file is a backslash (\), i need to tell it to go to the next *line* of the document, not next character.  i can increment the pointer, but that just goes to the next character.  anyone?
also, if i have a pointer FILE *fp; can i use 'fp--' to decrement the pointer, go backwards through characters, or does that not work?
thanks 
