Copyright Digital Equipment Corp. All rights reserved.

fsetpos

   Sets the file position indicator for a given file.

   Format

     #include  <stdio.h>

     int fsetpos  (FILE *stream, const fpos_t *pos);
 


Additional information available:

Arguments       Description     Return_Values