what is difference between fgetpos/fsetpos and ftell/fseek

前端 未结 4 942
南方客
南方客 2020-12-04 19:33

What\'s the difference between using the functions fgetpos() and fsetpos() and using the functions ftell() and fseek() to

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 20:04

    There is no difference in the functionally, although the interfaces are defined differently. They both are implemented because both are part of POSIX.

提交回复
热议问题