Skip to main content

list_pop_front

Function list_pop_front 

Source
pub unsafe fn list_pop_front(l: *mut List)
Expand description

Pop data from the front of the list.

§UPSTREAM-PARITY

void xmlListPopFront(xmlListPtr l);

§SAFETY

  • l must be a valid pointer to a List, or NULL.