3.1.7 Get right tree
struct Tree *Tree_getrighttree(struct Tree *pTree);

This subroutine returns a pointer to the right subtree of the tree pointed to by pTree. If pTree points to an empty tree, then NULL should be returned.