Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 213 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 213 Bytes

##libdict This is a simple hash key-value dictonary library.

The key-value store type is string:string.

The code is based on dict from http://ndevilla.free.fr

Fix some double free bugs, and can be used easily.