Home | Info | Community | Development | myReactOS | Contact Us
xmlListPopBack: : a list
Removes the last element in the list
Definition at line 526 of file list.c.
Referenced by test_xmlListPopBack().
{ if(!xmlListEmpty(l)) xmlLinkDeallocator(l, l->sentinel->prev); }