|
il y a 2 ans | |
---|---|---|
.gitignore | il y a 2 ans | |
LICENSE | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
linked_list.h | il y a 2 ans | |
test.c | il y a 2 ans |
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