12345678910111213141516171819202122232425262728293031323334353637383940 |
- //////////////////////////////////////////////////////////////////////////////////
- // Public Definitions
- //////////////////////////////////////////////////////////////////////////////////
- // The following macro computes offset (in bytes) of a member in a
- // structure. This compiles to a constant if a constant member is
- // supplied as arg.
|