A stack library for C. Easy to use as well as takes in any data type.For instructions on basic usage, visit the examples.
For installation, please go here. For documentation, please go here.
Make sure to have make, gcc and git installed.
git clone https://github.com/resyfer/libstack.git
cd libstack
make install
cd ..
rm -rf libstackProvide the password when prompted.
Update makefile variable MODE to be:
MODE:=devand then:
make run # to run the example
# or
make test # to run the tests