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