AddToFront

void AddToFront(heapPtr pList, heapPtr pNode)

Adds pNode to the beginning of the specified list.

See Also: AddAfter, AddToEnd, FindKey, DeleteKey