3.1.5 Get root value
int Tree_getrootvalue(struct Tree *pTree);

This subroutine returns the value of the root node of the tree pointed to by pTree. If the tree pointed to by pTree is empty, then any value can be returned.