Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
hash_sdbm.c File Reference

SDBM hash algorithm More...

#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
Include dependency graph for hash_sdbm.c:

Functions

uint64_t sdbm (const char *s)
 SDBM algorithm implementation. More...
 
void test_sdbm ()
 Test function for sdbm. More...
 
int main ()
 Main function.
 

Detailed Description