C library for linked lists

dm9pZCAq 9b5d26931e initial 2 years ago
.gitignore 9b5d26931e initial 2 years ago
LICENSE daaaa5bfa9 Initial commit 2 years ago
Makefile 9b5d26931e initial 2 years ago
README.md 9b5d26931e initial 2 years ago
linked_list.h 9b5d26931e initial 2 years ago
test.c 9b5d26931e initial 2 years ago

README.md

linked-list

C library for linked lists

(inspired from: https://github.com/nbulischeck/list.h )

example can be found in test.c

to run it:

make run-test

requires metalang for LL_DEF

for "documentation" see linked_list.h