fpos_t

Header: <stdio.h>

fpos_t is a non-array complete object type, can be used to store (by fgetpos) and restore (by fsetpos) the position and multibyte parser state (if any) for a C stream.

# Declarations

typedef /* implementation-defined */ fpos_t;

# See also