Structure:
typedef struct some_struct { struct some_struct* p_next_link_self; // Где данный указатель // будет указывать на объект // который ссылается на него, // и в случае уничтожения текущего объекта, // цепочкой освободить все остальные объекты // далее идут поля и прочее } some_struct_t; Those. supposedly implementing a half-chained connection, where the structures will know who refers to them, and release the whole thing in the reverse order or if it can be called branching dependencies.
struct some_struct *. - AnTstruct some_struct_tnot declared at all. What kind of chain connection are we talking about? How doesstruct some_struct_trelate tostruct some_struct? Be careful when drafting a question. Your code contains typos that make the whole question meaningless. - AnT