C语言教程:fseek()函数

fseek()函数用于将文件指针设置为指定的偏移量。它用于将数据写入所需位置的文件。

fseek()函数的语法:

int fseek(FILE *stream, long int offset, int whence)