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

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

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
```