add hashtest/hashgen for MCU string commands

This commit is contained in:
2022-12-08 17:44:07 +03:00
parent 65c17d0ff1
commit 8331a4d348
6 changed files with 336 additions and 0 deletions

6
stringHash4MCU_/Readme Normal file
View File

@@ -0,0 +1,6 @@
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