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