Small library for linked lists in C
Go to file
Mario Hüttel 7570251185 Create file structure 2021-04-10 20:52:09 +02:00
include/linklist-lib Create file structure 2021-04-10 20:52:09 +02:00
src Create file structure 2021-04-10 20:52:09 +02:00
test Create file structure 2021-04-10 20:52:09 +02:00
.gitignore Create file structure 2021-04-10 20:52:09 +02:00
CMakeLists.txt Create file structure 2021-04-10 20:52:09 +02:00
LICENSE.MD Create file structure 2021-04-10 20:52:09 +02:00
README.MD Create file structure 2021-04-10 20:52:09 +02:00

README.MD

This is a small implementation of a singly linked list

This project is licensed under GPLv2.