AddToEnd

void AddToEnd(heapPtr pList, heapPtr pNode)

Adds pNode to the end of the specified list.

See Also: AddAfter, AddToFront, FindKey, DeleteKey