Skip to content

Latest commit

 

History

History
 
 

libdict

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

##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.