mynameisraj / dict

Lightweight dictionary in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Lightweight dictionary in C


Languages

Language:C 100.0%