c_hashmap
c_hashmap copied to clipboard
Solving problems: key duplication, incorrect hashmap size change on e…
Fixing reported issues in hashmap.c :
- https://github.com/petewarden/c_hashmap/issues/6
- https://github.com/petewarden/c_hashmap/issues/8
Adding simple tests.c file with two tests for covering/explaining reported issues.
Hi, I'm sending pull request with two simple fixes for reported issues:
- https://github.com/petewarden/c_hashmap/issues/6
- https://github.com/petewarden/c_hashmap/issues/8