@node fsetpos, stdio @findex fsetpos @subheading Syntax @example #include int fsetpos(FILE *file, const fpos_t *offset); @end example @subheading Description This function moves the file pointer for @var{file} to position @var{offset}, as recorded by @code{fgetpos}. @xref{fgetpos}. @xref{fseek}. @subheading Return Value Zero if successful, nonzero if not. @subheading Portability @portability ansi, posix