mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +03:00
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
hashtest.c allows to test different hash functions on your dictionary (test En_words for example)
|
|
hashgen.c will generate two files by dictionary: source and header
|
|
|
|
another files used for test: use script ./run for it
|
|
|
|
Compile: gcc -lusefull_macro file.c -o file
|
|
gcc -lusefull_macro test.c hash.c -o test
|