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