some remake about stringHash4MCU_: modified to test with parameter and argument

This commit is contained in:
Edward Emelianov
2023-02-04 12:01:02 +03:00
parent 338b9cb4e2
commit 5260ddb3bb
22 changed files with 366 additions and 1186 deletions

View File

@@ -1,6 +1,7 @@
hashtest.c allows to test different hash functions on your dictionary
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
use test.c to test generated files
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