Anyone have a suggestion on reading a single line from a file? For example, I need line 488 from test.txt and print it to the screen. As far as I can tell, fgets dumps the whole file into a buffer. I'm sure there is a way to get the line from there. Thanks for any help.