gpt4 book ai didi

c - c中倒带(文件偏移量)的实现

转载 作者:太空宇宙 更新时间:2023-11-04 06:41:37 25 4
gpt4 key购买 nike

谁能解释一下倒带函数中使用的实现/算法?或者是否可以使用 lseek() 实现倒带功能?

最佳答案

引用引用文献:

A call to rewind is equivalent to:

fseek ( stream , 0L , SEEK_SET );

except that, unlike fseek, rewind clears the error indicator.

http://www.cplusplus.com/reference/clibrary/cstdio/rewind/

关于c - c中倒带(文件偏移量)的实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7323605/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com