AddToFront

void AddToFront(heapPtr pList, heapPtr pNode)

Adds pNode to the beginning of the specified list.

see also: AddAfter, AddToEnd, FindKey, DeleteKey