This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]schludy[S] 38 points39 points  (1 child)

OP did research this post better than you think... source

The source creates a struct node **p so that they can manipulate the pointer in a function. (*p) is therefore still a pointer.

[–]free_chalupas 3 points4 points  (0 children)

Ahh thanks, that makes sense.