Y
Hacker News
new
|
ask
|
show
|
jobs
by
xfer
1793 days ago
while (node) { value += node->value; next = node->next;
So it is the same thing.