Skip to content

engelju/linked-list-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

linked-list-c

as usual, compile with gcc -Wall -Werror -g -O0 -o linklist linked_list.c.
should have no memleaks whatsoever. check with valgrind --leak-check=full .linklist.

About

Double linked list implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages