|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
Makefile | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
linked_list.h | %!s(int64=2) %!d(string=hai) anos | |
test.c | %!s(int64=2) %!d(string=hai) anos |
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