Skip to content

A module (with example/test program) of a list that uses a list to make it expandable.

License

Notifications You must be signed in to change notification settings

mp3skater/stacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacklist module

A simple module that allows you to use a stacklist!

Features

--> Info: This project is a school exercise

Added Features:

  • Module: stacklist2.c, module with the implementation
  • Example/Test module: test.c, really simple tester and example of usage
  • Makefile: makefile, from chat-GPT
  • Nice comments

How to use

To compile this program I'd recommend to use a linux distro with gcc, but you can also use MinGW for windows or an IDE like Vim/Emacs or VCS for Windows and MacOS. The rules to compile the different Test-programs are in the makefile.

With these commands you should be able to execute the test program in your terminal:

git clone https://github.com/mp3skater/stacklist.git

make run

License

This project is open source and licensed under the MIT License.

© Copyright GetOP 2024

About

A module (with example/test program) of a list that uses a list to make it expandable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published