AddAfter

void AddAfter(heapPtr pList, heapPtr afterNode, heapPtr pNode)

Adds pNode to the specified list after the node pointed to by afterNode.

See Also: AddToFront, AddToEnd, FindKey, DeleteKey