home *** CD-ROM | disk | FTP | other *** search
- @node fsetpos, stdio
- @subheading Syntax
-
- @example
- #include <stdio.h>
-
- 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.
-
-