TypeCode setAlignment: Difference between revisions
Appearance
Created page with "This function sets the alignment value for a given TypeCode. ==Syntax== TypeCode tc; Environment *env; short alignment; TypeCode_setAlignment(tc..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
This function sets the alignment value for a given TypeCode. | This function sets the alignment value for a given TypeCode. | ||
==Syntax== | ==Syntax== | ||
Line 9: | Line 9: | ||
==Parameters== | ==Parameters== | ||
;tc (TypeCode) | ;tc (TypeCode):The TypeCode to receive the new alignment value. | ||
: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. | |||
;env (Environment *) | |||
:A pointer to an Environment structure. | |||
;alignment (short) | |||
:A short integer that specifies the alignment value. | |||
==Returns== | ==Returns== | ||
Line 22: | Line 17: | ||
==Related Information== | ==Related Information== | ||
*TypeCodeNew | *TypeCodeNew | ||
*TypeCode_alignment | *TypeCode_alignment | ||
*TypeCode_equal | *TypeCode_equal | ||
*TypeCode_kind | *TypeCode_kind | ||
*TypeCode_param_count | *TypeCode_param_count | ||
*TypeCode_parameter | *TypeCode_parameter | ||
*TypeCode_size | *TypeCode_size | ||
*TypeCode_free | *TypeCode_free | ||
*TypeCode_print | *TypeCode_print | ||
[[Category:SOM IRF]] | [[Category:SOM IRF]] |
Revision as of 09:05, 7 December 2020
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