Next: Basic Pointer Operations, Previous: Built-In Foreign Types, Up: Top [Contents][Index]
Return the size, in bytes, of objects having foreign type type. An error is signalled if type is not a known built-in foreign type.
Return the default alignment in bytes for structure members of foreign type type. An error is signalled if type is not a known built-in foreign type.
Implementor’s note: Maybe this should take an optional keyword argument specifying an alternate alignment system, eg. :mac68k for 68000-compatible alignment on Darwin.