Linked lists implementation in C

AlexCr4ckPentest 3d5b3e5f71 Update 'README.md' 3 年之前
include e16bcec185 remove unused funcs; moved list node impl in .c files 3 年之前
src e16bcec185 remove unused funcs; moved list node impl in .c files 3 年之前
CMakeLists.txt ec7e096c31 update cmake script; add main.c 3 年之前
LICENSE f51a87b01a Initial commit 3 年之前
README.md 3d5b3e5f71 Update 'README.md' 3 年之前
main.c bac39b749d update main.c 3 年之前

README.md

c-linked-list

Linked lists implementation in C