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

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

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)