https://github.com/jaemk/cutils
Basic collections and utilities in C
https://github.com/jaemk/cutils
collections
Last synced: 2 months ago
JSON representation
Basic collections and utilities in C
- Host: GitHub
- URL: https://github.com/jaemk/cutils
- Owner: jaemk
- Created: 2018-01-18T02:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T22:22:35.000Z (over 7 years ago)
- Last Synced: 2025-01-20T00:47:47.634Z (4 months ago)
- Topics: collections
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cutils
> Basic collections & utilities in C
## Development
Tests are in `tests/src/main.c`. From within the `tests` directory:
```bash
cmake .
make run # run tests
make leak # run tests with valgrind
```