I have a unnamed linked list data structure that looks like:

{
void * next;
char data[80];
}

I want to walk the list of pointers.

::list should be able to do the walk if I had a type.

Any suggestions ?

rick

-- 

Rickey C. Weisner 
Software Development and Performance Specialist 
Principal Field Technologist
Systems Quality Office
cell phone: 615-308-1147
email: rick.weisner at sun.com

Reply via email to