I
Impakt
Guest
Hello all,
Mam pytanie o związki.Załóżmy, że mamy następujący fragment kodu:
Kod:typedef struct (
...
) type_struct1;typedef struct (
...
) type_struct2;typedef union (
type_struct1 * zm1;
type_struct2 * zmienna2;
) type_union;
Mam pytanie o związki.Załóżmy, że mamy następujący fragment kodu:
Kod:typedef struct (
...
) type_struct1;typedef struct (
...
) type_struct2;typedef union (
type_struct1 * zm1;
type_struct2 * zmienna2;
) type_union;