System.ZLib.z_off_t

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type z_off_t = Integer;

C++

typedef int z_off_t;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

z_off_t represents an alias for Longint.

See Also