|
před 2 roky | |
---|---|---|
.gitignore | před 2 roky | |
LICENSE | před 2 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
linked_list.h | před 2 roky | |
test.c | před 2 roky |
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