Jump to content

TypeCode setAlignment

From EDM2
Revision as of 03:51, 2 December 2020 by Martini (talk | contribs) (Created page with "This function sets the alignment value for a given TypeCode. ==Syntax== TypeCode tc; Environment *env; short alignment; TypeCode_setAlignment(tc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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