Small library for linked lists in C
Go to file
2021-04-10 22:24:33 +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 Write singly linked list including test cases 2021-04-10 22:21:54 +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

This is a small implementation of a singly linked list

This project is licensed under GPLv2.