LibHashSet is a simple hash set implementation for C99.
Go to file
2022-11-21 18:41:18 +01:00
hashset Added LICENSE file. 2022-11-21 18:41:18 +01:00
libhashset Added function to explicitly shrink the set + added function to clear set. 2022-11-21 18:36:43 +01:00
.gitignore Some code clean-up + added Makefile. 2022-11-20 18:02:12 +01:00
hashset.sln Renamed project files. 2022-11-20 14:41:30 +01:00
LICENSE.txt Added LICENSE file. 2022-11-21 18:41:18 +01:00
Makefile Some code clean-up + added Makefile. 2022-11-20 18:02:12 +01:00