@ -31,7 +31,7 @@
assert(r);
struct tree* node = calloc(1,sizeof(struct node));
memcpy(node->value,buffer,SIZE);
return node;
return *node;
};
void traverse(struct node* tree){
The note is not visible to the blocked user.