Hi,

I have a tree structure defined as.



typedefchar value [50];
typedef struct tree*node;
struct tree {
node l, r;