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

https://github.com/htrefil/list

A simple dynamic array list library for C.
https://github.com/htrefil/list

Last synced: 11 months ago
JSON representation

A simple dynamic array list library for C.

Awesome Lists containing this project

README

          

# List
A simple dynamic array list library for C.

## Documentation
See comments near function prototypes in [list.h](src/list.h) for documentation.

The code is overall well documented and should be easy to understand.

## License
[MIT](LICENSE)