Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
Functions | |
uint64_t | sdbm (const char *s) |
SDBM algorithm implementation. More... | |
void | test_sdbm () |
Test function for sdbm. More... | |
int | main () |
Main function. More... | |