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. |