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