/ghashtable

Hashtable implementation in C

Primary LanguageCMIT LicenseMIT

ghashtable

A simple hashtable implementation in C, which supports keys of char pointers and values of any datatype. For usage examples, check the test.c file.