Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ offsetof(3C) — DG/UX 5.4R3.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought



offsetof(3C)                   DG/UX 5.4R3.00                   offsetof(3C)


NAME
       offsetof - offset of structure member

SYNOPSIS
       #include <stddef.h>

       sizet offsetof (type, member-designator);

DESCRIPTION
       offsetof is a macro defined in stddef.h which expands to an integral
       constant expression that has type sizet, the value of which is the
       offset in bytes, to the structure member (designated by member-
       designator), from the beginning of its structure (designated by
       type).

SEE ALSO
       elfgetbase(3E).








































Licensed material--property of copyright holder(s)                         1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026