#include "tlang.h" void __node_two_free(node_t* n) { node_free(n->data.two_node_node.left); node_free(n->data.two_node_node.right); }