TypeCode setAlignment
Appearance
This function sets the alignment value for a given TypeCode.
Syntax
TypeCode tc; Environment *env; short alignment; TypeCode_setAlignment(tc, env, alignment);
Parameters
- tc (TypeCode)
- The TypeCode to receive the new alignment value.
- env (Environment *)
- A pointer to an Environment structure.
- alignment (short)
- A short integer that specifies the alignment value.
Returns
- rc
Related Information
- TypeCodeNew
- TypeCode_alignment
- TypeCode_equal
- TypeCode_kind
- TypeCode_param_count
- TypeCode_parameter
- TypeCode_size
- TypeCode_free
- TypeCode_print