Copyright Digital Equipment Corp. All rights reserved.

fgetpos

   Stores the current file position for a given file.

   Format

     #include  <stdio.h>

     int fgetpos  (FILE *stream, fpos_t *pos);
 


Additional information available:

Arguments       Description     Return_Values   Example