program.c
This commit is contained in:
parent
2dd8c1ac1b
commit
eef3850689
@ -31,7 +31,7 @@
|
|||||||
assert(r);
|
assert(r);
|
||||||
struct tree* node = calloc(1,sizeof(struct node));
|
struct tree* node = calloc(1,sizeof(struct node));
|
||||||
memcpy(node->value,buffer,SIZE);
|
memcpy(node->value,buffer,SIZE);
|
||||||
return node;
|
return *node;
|
||||||
};
|
};
|
||||||
|
|
||||||
void traverse(struct node* tree){
|
void traverse(struct node* tree){
|
||||||
|
Loading…
Reference in New Issue
Block a user