Home | History | Annotate | Download | only in www

Lines Matching full:llist_pop

842 <li><p>void *<b>llist_pop</b>(void **list) - advances through a list ala
843 <b>node = llist_pop(&list);</b> This doesn't modify the list contents,
877 <li><p><b>Why does llist_pop() take a void * instead of void **?</b> -