A generic singly linked list in C
Go to file
Maciej Samborski 43a96d3865 Added floating point number support 2024-10-31 18:09:30 +01: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 Added floating point number support 2024-10-31 18:09:30 +01:00
ll.h Added floating point number support 2024-10-31 18:09:30 +01:00

README.md

ll

A generic singly linked list in C.