DeleteKey

void DeleteKey(heapPtr pList, number key)

Finds the node with the specified key in pList and deletes it.

See Also: AddAfter, AddToFront, AddToEnd, FindKey