C library for linked lists

dm9pZCAq 9b5d26931e initial 2 anos atrás
.gitignore 9b5d26931e initial 2 anos atrás
LICENSE daaaa5bfa9 Initial commit 2 anos atrás
Makefile 9b5d26931e initial 2 anos atrás
README.md 9b5d26931e initial 2 anos atrás
linked_list.h 9b5d26931e initial 2 anos atrás
test.c 9b5d26931e initial 2 anos atrás

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