A general-purpose hash function for character strings.
#include <plhash.h> PLHashNumber PL_HashString(const void *key);
The function has the following parameter:
key
The hash number for the specified key.
PL_HashString
can be used as the key hash function for a hash table if the key is a character string.