Hallo

I would like to create one struct child of ENTITY because I want to create more parameters in the ENTITY.
I tryed create this struct but did nor work:
typedef struct OBJECTS {
var number;
char *node;
struct ENTITY* parent;
} OBJECTS;

Some body could help me?