fpos_t Type (Scalar)

stdio.h

typedef unsigned long fpos_t;

A type describing the current position in a file.

fpos_t is a scalar type used for saving the current file position using fgetpos and restoring it back using fsetpos.