A generic singly linked list in C
Go to file
Maciej Samborski b2f4a4b8e4 Removed all exit calls 2024-09-23 19:07:53 +02:00
.gitignore Let's get started 2024-01-22 12:46:01 +01:00
LICENSE Let's get started 2024-01-22 12:46:01 +01:00
README.md Let's get started 2024-01-22 12:46:01 +01:00
example.c Let's get started 2024-01-22 12:46:01 +01:00
ll.h Removed all exit calls 2024-09-23 19:07:53 +02:00

README.md

ll

A generic singly linked list in C.