Skip to main content

list_back

Function list_back 

Source
pub fn list_back(l: *mut List) -> *mut c_void
Expand description

Get the data at the back of the list.

ยงUPSTREAM-PARITY

void *xmlListBack(xmlListPtr l);

Returns the data at the back, or NULL if the list is empty.