Skip to main content

list_append

Function list_append 

Source
pub unsafe fn list_append(l: *mut List, data: *mut c_void) -> c_int
Expand description

Append data to the end of the list (alias for push_back).

ยงUPSTREAM-PARITY

int xmlListAppend(xmlListPtr l, void *data);