gvre / ghashtable

Hashtable implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hashtable implementation in C

License:MIT License


Languages

Language:C 100.0%