, , , , , , , . C89 Common Initial Sequence , , :
struct s1 {int x; int y; ... other stuff... };
struct s2 {int x; int y; ... other stuff... };
union u { struct s1 v1; struct s2 v2; };
struct s1* ,
a union u* malloc'ed union u*
,
struct s2*, struct s1* struct s2* , v1 v2. , , Common Initial Sequence.
, , , , , ( , , ), , , struct s1* struct s2*, union u, , . , , gcc , struct s1* struct s2*.