dm9pZCAq 9b5d26931e initial | hace 2 años | |
---|---|---|
.gitignore | hace 2 años | |
LICENSE | hace 2 años | |
Makefile | hace 2 años | |
README.md | hace 2 años | |
linked_list.h | hace 2 años | |
test.c | hace 2 años |
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