Jump to content

TypeCode setAlignment: Difference between revisions

From EDM2
Created page with "This function sets the alignment value for a given TypeCode. ==Syntax== TypeCode tc; Environment *env; short alignment; TypeCode_setAlignment(tc..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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==
;rc  
;rc


==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]]

Latest revision as of 17:16, 8 November 2021

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