Skip to main content

list_create

Function list_create 

Source
pub fn list_create(
    deallocator: Option<xmlListDeallocator>,
    comparator: Option<xmlListDataCompare>,
) -> *mut List
Expand description

Create a new linked list.

ยงUPSTREAM-PARITY

xmlListPtr xmlListCreate(xmlListDeallocator deallocator,
                         xmlListDataCompare comparator);

Creates a linked list with the given deallocator and comparator. Both may be NULL.