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
- Host: GitHub
- URL: https://github.com/mause/dict.c
- Owner: Mause
- License: mit
- Created: 2015-01-12T04:44:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:20:06.000Z (about 4 years ago)
- Last Synced: 2026-05-06T18:52:10.750Z (about 2 months ago)
- Language: C
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)