parse.h question
Dear all: Can someone please explain me the difference between the struct node and the struct tree defined in parse.h file? Thanks in advance Best Regards, Pedro Neves
struct tree in parse.h question
Dear All: 1º Can someone please explain me the difference between the struct node and the struct tree defined in parse.h? 2º In the struct tree we have the following statement: struct tree*next_peer; /* Next node in list of peers */ struct tree*next; /* Next node in