Skip to main content

list_empty

Function list_empty 

Source
pub fn list_empty(l: *mut List) -> c_int
Expand description

Check if the list is empty.

ยงUPSTREAM-PARITY

int xmlListEmpty(xmlListPtr l);

Returns 1 if empty, 0 if not empty.