123456789101112131415161718192021222324252627282930313233343536 |
- #define HASHWORDBITS 32
- #ifndef _LIBC
- # ifdef IN_LIBINTL
- # define __hash_string libintl_hash_string
- # else
- # define __hash_string hash_string
- # endif
- #endif
- extern unsigned long int __hash_string (const char *str_param);
|