Skip to main content

xmlHashCreate

Function xmlHashCreate 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlHashCreate(_size: c_int) -> *mut c_void
Expand description

Create a new hash table.

ยงUPSTREAM-PARITY

xmlHashTablePtr xmlHashCreate(int size);