A generic singly linked list in C
Go to file
Haskell a83400bfdf Started work on floating point compatibility 2024-10-04 08:14:12 +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 Started work on floating point compatibility 2024-10-04 08:14:12 +02:00
ll.h Started work on floating point compatibility 2024-10-04 08:14:12 +02:00

README.md

ll

A generic singly linked list in C.