User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:datatypes:union

union

create groups of variables which share the same storage space.
a union is similar to a struct, but it allows you to define variables that share storage space

union [union-type-name]
  {
    type variable-names;
    type variable-names;
    ...
  } [union-variables] ;

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/datatypes/union.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz