An open API service indexing awesome lists of open source software.

https://github.com/mause/dict.c

A simple dictionary/hashtable implementation in C
https://github.com/mause/dict.c

Last synced: 19 days ago
JSON representation

A simple dictionary/hashtable implementation in C

Awesome Lists containing this project

README

          

# dict.c
A simple dictionary/hashtable implementation in C

Was originally part of http://github.com/Mause/sea_lang, but I thought it would be useful on its own :)