Q_HASHTBL* qHashtblInit ( int  max  ) 

Initialize dynamic-hash table

Parameters:
max a number of maximum size of Q_HASHARR
Returns:
a pointer of malloced Q_HASHTBL, otherwise returns false
   Q_HASHTBL *hashtbl = qHashtblInit(1000);
   qHashtblFree(hashtbl);

Definition at line 56 of file qHashtbl.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1