No, you still need to advance through the list yourself.
for ( current = H ; current != NULL ; current = current->next )
is another way of walking the list in a handy single construct.
Reputation Points: 5862
Solved Threads: 950
Posting Sage
Offline 7,164 posts
since Dec 2005