https://github.com/soywod/c-map
A simple key-val array written in C
https://github.com/soywod/c-map
Last synced: 7 months ago
JSON representation
A simple key-val array written in C
- Host: GitHub
- URL: https://github.com/soywod/c-map
- Owner: soywod
- Created: 2016-11-02T09:09:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T17:35:19.000Z (almost 9 years ago)
- Last Synced: 2024-10-08T12:41:38.809Z (12 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure C key-value array
Simple and fast key-value array written in C. Values can be any kind of type: strings, integers, functions ... See [example.c](https://github.com/soywod/c-map/blob/master/example.c) to get a complete usage example.