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.
- Host: GitHub
- URL: https://github.com/htrefil/list
- Owner: htrefil
- License: mit
- Created: 2019-01-17T17:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T16:24:05.000Z (almost 7 years ago)
- Last Synced: 2025-03-14T05:12:17.235Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)