3.1.3 Is empty

The prototype of this subroutine is as follows:

int Tree_isempty(struct Tree *pTree);

It should return a non-zero value if and only if the tree pointed to by pTree is empty.