Copyright Digital Equipment Corp. All rights reserved.
Sets the file position indicator for a given file.
Format
#include <stdio.h>
int fsetpos (FILE *stream, const fpos_t *pos);
Arguments Description Return_Values