2009/CaoCourseTme2: hash.h

File hash.h, 85 bytes (added by franck, 14 years ago)
Line 
1#ifndef _HASH_H_
2#define _HASH_H_
3
4extern unsigned int hashindex(char *key);
5
6#endif