mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 08:41:02 +03:00
add hashtest/hashgen for MCU string commands
This commit is contained in:
6
stringHash4MCU_/Readme
Normal file
6
stringHash4MCU_/Readme
Normal 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
|
||||
Reference in New Issue
Block a user