Main Page | Data Structures | File List | Data Fields | Globals

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 Mon Jan 30 18:56:23 2006 for C Algorithms by  doxygen 1.4.4