Reputation: 323
From this post and this codebase, I know that there are pointers for
So with Oldest child, how do I get?
I am thinking of access "children" pointer (current->children) and traverse to the end of that doubly linked list.
Upvotes: 2
Views: 103
Reputation: 781096
Get the oldest sibling of the youngest child:
current->p_cptr->p_osptr
Upvotes: 2