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. 53643eba88
Split linking modes in duo and trio (for simple insertion inbetween)
2021-08-14 17:56:08 +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 Split linking modes in duo and trio (for simple insertion inbetween) 2021-08-14 17:56:08 +00:00
llist.c Split linking modes in duo and trio (for simple insertion inbetween) 2021-08-14 17:56:08 +00:00
llist.h Split linking modes in duo and trio (for simple insertion inbetween) 2021-08-14 17:56:08 +00:00