https://github.com/mukundan314/clist
Python like list for c
https://github.com/mukundan314/clist
c c-library cmake lib library
Last synced: over 1 year ago
JSON representation
Python like list for c
- Host: GitHub
- URL: https://github.com/mukundan314/clist
- Owner: Mukundan314
- License: mit
- Created: 2017-11-13T04:46:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T06:51:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T11:50:02.693Z (over 1 year ago)
- Topics: c, c-library, cmake, lib, library
- Language: C
- Homepage: https://mukundan314.github.io/cList/
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
C Lists
python like list for c.
## Prerequisites
* cmake
* make
## Installation
1. clone this repository with:
```git clone https://github.com/Mukundan314/cList.git && cd cList```
1. run cmake:
```cmake .```
1. run make:
```make && sudo make install```
**Note: include list.h in needed files and while compiling link it to liblist.a (this can be done by adding the flag -llist in gcc)**
## License
See [LICENSE](LICENSE)
## Changelog
See [CHANGELOG.md](CHANGELOG.md)
## Documentation
Documentation is available at [docs/index.md](docs/index.md)