Pointer problem with HashTable insertion and lookup
问题 I'm using a custom C implementation of data structures from github. Documentation here: http://fragglet.github.io/c-algorithms/doc/ It's my first time with this low level HashTable usage and I'm getting some pointer problems when I recover the values that I previously inserted. My code is just a simple test with just the necessary to insert and recover data. #include "list.h" #include "hash-table.h" #include <stdio.h> //typedef unsigned int (*HashTableHashFunc)(HashTableKey value); unsigned