Small library for linked lists in C
Go to file
Mario Hüttel c20b5c2528 Make sl_list_length const correct 2022-10-23 15:44:52 +02:00
include/linklist-lib Make sl_list_length const correct 2022-10-23 15:44:52 +02:00
src Make sl_list_length const correct 2022-10-23 15:44:52 +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.