本文介绍了fseeko,fseeko64;ftello,ftello64 Visual C等效项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以通过告诉我什么与fseeko,fseeko64的Visual C等效来帮助我;ftello,ftello64?
Could someone help me by telling what is the Visual C equivalent of fseeko, fseeko64; ftello, ftello64?
谢谢:)
推荐答案
没有返回或使用off_t的函数,如果您需要64位的位置,则可以使用:_fseeki64_ftelli64
There are no functions that returns/use off_t, if you need a 64bit position you can use:_fseeki64_ftelli64
这篇关于fseeko,fseeko64;ftello,ftello64 Visual C等效项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!