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.