C library for linked lists

dm9pZCAq 9b5d26931e initial hace 2 años
.gitignore 9b5d26931e initial hace 2 años
LICENSE daaaa5bfa9 Initial commit hace 2 años
Makefile 9b5d26931e initial hace 2 años
README.md 9b5d26931e initial hace 2 años
linked_list.h 9b5d26931e initial hace 2 años
test.c 9b5d26931e initial hace 2 años

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