Site hosted by Angelfire.com: Build your free website today!

(c) 2002 - Pedro Flynn <pflynn@microsoftsucks.org>

hashfunc


typedef
int (hashfunc)(const void*);




    Functions of the type hashfunc are user-defined functions used by the CHTable data structure for hashing keys. These functions must return a positive integer value ( zero inclusive ) that is the hash code of the data  passed as it's argument.