Skip to content

Mukundan314/cList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  2. run cmake:
    cmake .

  3. 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

Changelog

See CHANGELOG.md

Documentation

Documentation is available at docs/index.md