eddys_snippets/stringHash4MCU_
..
2022-12-15 09:28:16 +03:00
2022-12-15 09:19:41 +03:00
2022-12-15 09:19:41 +03:00

hashtest.c allows to test different hash functions on your dictionary
hashgen.c will generate two files by dictionary: source and header
use test.c to test generated files

Compile: gcc -lusefull_macro file.c -o file
gcc -lusefull_macro test.c hash.c -o test