What's the difference between using the functions fgetpos() and fsetpos() and using the functions ftell() and fseek() to get and set a position in a file?
What are fgetpos() and fsetpos() good for? Why would they be used instead of ftell() and fseek()?