A very simple generic Stack in C. Refer to this post for explaination.
You need CMake to build the project. Steps to compile and run:
mkdir build
cd build
cmake ..
make
./stack
A very simple generic Stack in C. Refer to this post for explaination.
You need CMake to build the project. Steps to compile and run:
mkdir build
cd build
cmake ..
make
./stack