cdb_hash -- the hash function used by cdb


SYNOPSIS

       #include <freecdb.h>

       uint32 cdb_hash(unsigned char *buf, unsigned int len);


DESCRIPTION

       Return a hash for the first len bytes of buf.


RETURN VALUE

       The hash.


SEE ALSO

       cdb_seek(3)


Man(1) output converted with man2html