What\'s the difference between using the functions fgetpos() and fsetpos() and using the functions ftell() and fseek() to
fgetpos()
fsetpos()
ftell()
fseek()
There is no difference in the functionally, although the interfaces are defined differently. They both are implemented because both are part of POSIX.