hash-int.h File Reference

Hash function for a pointer to an integer. More...


Functions

unsigned long int_hash (void *location)
 Generate a hash key for a pointer to an integer.


Detailed Description

Hash function for a pointer to an integer.

See int_hash.


Function Documentation

unsigned long int_hash ( void *  location  ) 

Generate a hash key for a pointer to an integer.

The value pointed at is used to generate the key.

Parameters:
location The pointer.
Returns:
A hash key for the value at the location.


Generated on Sun Sep 14 03:08:02 2008 for C Algorithms by  doxygen 1.5.5