[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


offsetof

The offsetof(structure, member) macro expands to an integral expression of type size_t. The value returned is the offset in bytes of a member, from the base of its structure.


NOTE

If the member is a bit field the result is undefined.

[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000