Small library for linked lists in C
Go to file
Mario Hüttel 18b3ab377a Exlcude tests form all target 2021-04-10 22:34:46 +02:00
include/linklist-lib Add license headers to source files 2021-04-10 22:24:33 +02:00
src Add license headers to source files 2021-04-10 22:24:33 +02:00
test Exlcude tests form all target 2021-04-10 22:34:46 +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.