Type (Path Standard C Header / stdio.h)

fpos_t

typedef builtin fpos_t;

Type representing file stream position


Using In

  int fsetpos(FILE *file, fpos_t *pos);
    Set the stream position for file stream

  int fgetpos(FILE *file, fpos_t *pos);
    Get the stream position for file stream

类型 (属于 标准C头文件 / stdio.h)

fpos_t

typedef builtin fpos_t;

表示文件流位置的类型


被用于

  int fsetpos(FILE *file, fpos_t *pos);
    设置文件流位置

  int fgetpos(FILE *file, fpos_t *pos);
    获取文件流位置