SDBM hash algorithm
More...
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
|
| uint64_t | sdbm (const char *s) |
| | SDBM algorithm implementation.
|
| |
| void | test_sdbm () |
| | Test function for sdbm.
|
| |
| int | main () |
| | Main function.
|
| |
◆ main()
Main function.
47{
49 return 0;
50}
void test_sdbm()
Test function for sdbm.
Definition hash_sdbm.c:34