FirstNode

heapPtr FirstNode(heapPtr pList)

Returns a pointer to the first node in the given list.

See Also: PrevNode, LastNode, NextNode