utilities for a linked list
- From: "billcun@xxxxxxxxxxxxxx" <billcun@xxxxxxxxxxxxxx>
- Date: Thu, 19 Jul 2012 16:21:50 -0700 (PDT)
Can anyone show me the one or two most basic utilies that would be
needed to manuver a linked list written in C? I have this so far and I
understand it.
struct node{
int data;
struct node *next
};
I don't want any typedefs confusing me either
Sincerely,
Bill
.
- Follow-Ups:
- Re: utilities for a linked list
- From: Mok-Kong Shen
- Re: utilities for a linked list
- From: Bill Cunningham
- Re: utilities for a linked list
- Prev by Date: Re: repeating something n times
- Next by Date: Re: utilities for a linked list
- Previous by thread: self-documenting code? a pipe dream?
- Next by thread: Re: utilities for a linked list
- Index(es):