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);