dm9pZCAq 9b5d26931e initial | пре 2 година | |
---|---|---|
.gitignore | пре 2 година | |
LICENSE | пре 2 година | |
Makefile | пре 2 година | |
README.md | пре 2 година | |
linked_list.h | пре 2 година | |
test.c | пре 2 година |
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