Interface off_t

Type

#include <SYS/TYPES.H>

off_t variable;

Description

This type declares a signed integer type representing an offset within a file. It is usually 64-bit integer.

See also

_u_off_t