Skip to main content

list_front

Function list_front 

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

Get the data at the front of the list.

ยงUPSTREAM-PARITY

void *xmlListFront(xmlListPtr l);

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