Function (Path Standard C Header / stdio.h)

fsetpos

int fsetpos(FILE *file, fpos_t *pos);

Set the stream position for file stream


Parameters

  FILE *file
    File

  fpos_t *pos
    File position

函数 (属于 标准C头文件 / stdio.h)

fsetpos

int fsetpos(FILE *file, fpos_t *pos);

设置文件流位置


参数

  FILE *file
    文件

  fpos_t *pos
    文件位置