Jump to content

TypeCode setAlignment

From EDM2
Revision as of 09:05, 7 December 2020 by Ak120 (talk | contribs)

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