/hashtable.c

Simplistic C Hashtable implementation

Primary LanguageC

C Hashtable

A super simple hash table implementation with strings for keys and void pointers for values.

It's simplistic and unusable for any other reason than learning.