Hi,
I’m confused on the operation of PushEntryList,
PopEntryList. For one, do I need an extra node
dedicated as the head of the list. or can I use null
for the first push? For Example
head = PushEntryList(NULL, node) ;
For latter pushes do I need to reset the head for
every push?
head = PushEntryList(head, node) ;
Or in the case of a dedicated (and extra) head node :
PushEntryList(head,node) ;
Rajeev
Everything you always wanted to know about cars and bikes,now
at: http://in.autos.yahoo.com/cricket/tracker.html