I am coding in c++ for the nintendo ds and must use the "FILE" type to access a text file. So I'm using fgets to view the contents of the text file but I don't see any way to view the contents of anything but the first line, looking in the documentation.
Is there another command that would do such a thing or is there a way to make fgets read a different line?