i have a piece of code that i'm groing to summarize like this tpyedef struct {
bool active;
...
...
} mystruct_t
typedef struct {
mystruct_t list;
} mystructlist_t;
my..
bool active;
...
...
} mystruct_t
typedef struct {
mystruct_t list;
} mystructlist_t;
my..