C library for linked lists

dm9pZCAq 9b5d26931e initial il y a 2 ans
.gitignore 9b5d26931e initial il y a 2 ans
LICENSE daaaa5bfa9 Initial commit il y a 2 ans
Makefile 9b5d26931e initial il y a 2 ans
README.md 9b5d26931e initial il y a 2 ans
linked_list.h 9b5d26931e initial il y a 2 ans
test.c 9b5d26931e initial il y a 2 ans

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