Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 274 Bytes

README.markdown

File metadata and controls

5 lines (3 loc) · 274 Bytes

Small project. Implements a dictionary in C.

Initialize using dict_create. This takes in a single argument, which is a function pointer to a comparator similar to qsort.

Lots of stuff left to do, but this is a start.