Thread
:
Trying to make a linked list in C please help
View Single Post
rjmeyers81
Newbie Member
2Apr2010,06:14
In memberInsert():
newMember->next = NULL;
If that's not it, what behavior are you expecting and what is the result?
Rob