https://github.com/earaujoassis/proto
⚡️ A Prototype-Based Programming library for the C language
https://github.com/earaujoassis/proto
hash-map hash-table hash-table-c hashmap hashtable
Last synced: 11 months ago
JSON representation
⚡️ A Prototype-Based Programming library for the C language
- Host: GitHub
- URL: https://github.com/earaujoassis/proto
- Owner: earaujoassis
- License: mit
- Created: 2015-10-29T23:14:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T08:59:34.000Z (over 10 years ago)
- Last Synced: 2025-03-20T05:51:24.292Z (over 1 year ago)
- Topics: hash-map, hash-table, hash-table-c, hashmap, hashtable
- Language: C
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proto [](https://travis-ci.org/earaujoassis/proto)
> A Prototype-Based Programming library for the C language
## Build & Install
You must install Autotools before attempting to build & install it.
```sh
$ autoreconf -i
$ ./configure
$ make
$ make install
```
## Tests
```sh
$ make tests
$ tests/scripts/valgrind.py
$ tests/scripts/run.py
```
## License
[MIT License](http://earaujoassis.mit-license.org/) © Ewerton Assis