Initialize dynamic-hash table
Q_HASHTBL *hashtbl = qHashtblInit(1000); qHashtblFree(hashtbl);
Definition at line 56 of file qHashtbl.c.