Skip to main content

list_delete

Function list_delete 

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

Delete a linked list and all its nodes.

§UPSTREAM-PARITY

void xmlListDelete(xmlListPtr l);

§SAFETY

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