![]() |
clarification
Hi all
Given the following structure Code:
typedef struct value_pair {Code:
void pairadd(VALUE_PAIR **first, VALUE_PAIR *add)this function is called in the following sequence pairadd(&list, vp); where list and vp are again pointers of type VALUE_PAIR thanks in advance regards punith |
Re: clarification
The for loop is moving through the linked list until it reaches the end, as indicated by the next pointer being null.
Now, you've gotten your free help. Perhaps you could do a favor in return. USE CODE TAGS AROUND YOUR CODE. If you haven't read the "Before you post a query" thread, yet, please do that. Anything less is rude to your potential (free) helpers. |
Re: clarification
Ok
|
| All times are GMT +5.5. The time now is 00:44. |