#include <cstdio> int fsetpos( FILE *stream, const fpos_t *position );
fsetpos() 函数将给定流的文件位置指示器移到由位置对象指定的位置。fpos_t 在 cstdio 中定义。fsetpos() 函数在成功时返回值为零,失败时返回值为非零。