10 lines
94 B
C
10 lines
94 B
C
#ifndef HASH_H
|
|
#define HASH_H
|
|
|
|
/*
|
|
* hash.c
|
|
*/
|
|
unsigned int whashstr (const char *);
|
|
|
|
#endif
|