std::fsetpos (3) Linux Manual Page
std::fsetpos – std::fsetpos Synopsis Defined in header<cstdio> int fsetpos(std::FILE *stream, const std::fpos_t *pos); Sets the file position indicator and the multibyte parsing state (if any) for the C file stream stream according to the value pointed to by pos. Besides establishing new parse state and position, a call to this function undoes the effects of…
