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. ef4fce4cb9
Return undefined error if fetching element of list that is NULL
2021-08-14 11:58:05 +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 Return undefined error if fetching element of list that is NULL 2021-08-14 11:58:05 +00:00
llist.c Return undefined error if fetching element of list that is NULL 2021-08-14 11:58:05 +00:00
llist.h Remove unused variables and change .c compilation rule, separate free in list free and element free 2021-08-13 16:32:59 +00:00