Skip to main content

hash_create

Function hash_create 

Source
pub fn hash_create(size: c_int) -> *mut HashTable
Expand description

Create a new hash table.

ยงUPSTREAM-PARITY

xmlHashTablePtr xmlHashCreate(int size);

Creates a hash table with the given initial size. If size <= 0, uses the default size.