Linked lists manager
This repository has been archived on 2021-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Alex D. b435f5cc55
Use va_arg for linking
2021-08-14 18:15:28 +00:00
.clang-format Change repository link and add license and formatters 2021-08-10 18:16:14 +00:00
.clang-tidy Change repository link and add license and formatters 2021-08-10 18:16:14 +00:00
COPYING Change repository link and add license and formatters 2021-08-10 18:16:14 +00:00
Makefile Remove unused variables and change .c compilation rule, separate free in list free and element free 2021-08-13 16:32:59 +00:00
config.mk Use va_arg for linking 2021-08-14 18:15:28 +00:00
llist.c Use va_arg for linking 2021-08-14 18:15:28 +00:00
llist.h Use va_arg for linking 2021-08-14 18:15:28 +00:00