C语言关于fseek()函数的疑问

2025-01-01 09:49:59
推荐回答(1个)
回答1:

多次调用fseek()不行吗
比如
fseek(fp,200,SEEK_SET);
fseek(fp,200,SEEK_CUR);
fseek(fp,200,SEEK_CUR);